045b:0053 RX610 RX-Stick

Hitachi, Ltd

Vendor ID
045b
Product ID
0053
Combined
045b:0053
Decimal
1115:83

What is this device?

This is the USB identifier for a RX610 RX-Stick manufactured by Hitachi, Ltd. The vendor ID 045b is registered to Hitachi, Ltd with the USB Implementers Forum, and 0053 is the product ID that Hitachi, Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 045b:0053 Hitachi, Ltd RX610 RX-Stick.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 045b:0053 Hitachi, Ltd RX610 RX-Stick

You can filter directly with lsusb -d 045b:0053, or get the full descriptor dump with lsusb -v -d 045b:0053. Kernel messages from dmesg show the same pair as idVendor=045b, idProduct=0053.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_045B&PID_0053
USB\VID_045B&PID_0053&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_045B&PID_0053"

macOS

$ system_profiler SPUSBDataType
    RX610 RX-Stick:
      Product ID: 0x0053
      Vendor ID: 0x045b  (Hitachi, Ltd)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

045b  Hitachi, Ltd
	0053  RX610 RX-Stick

More from Hitachi, Ltd