045b:0229 — mSATA Adapter [renkforce Pi-102]
Hitachi, Ltd
- Vendor ID
- 045b
- Product ID
- 0229
- Combined
- 045b:0229
- Decimal
- 1115:553
What is this device?
This is the USB identifier for a mSATA Adapter [renkforce Pi-102] manufactured by Hitachi, Ltd. The vendor ID 045b is registered to Hitachi, Ltd with the USB Implementers Forum, and 0229 is the product ID that Hitachi, Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 045b:0229 Hitachi, Ltd mSATA Adapter [renkforce Pi-102].
How to identify it on your system
Linux
$ lsusb Bus 001 Device 004: ID 045b:0229 Hitachi, Ltd mSATA Adapter [renkforce Pi-102]
You can filter directly with lsusb -d 045b:0229, or get the full descriptor dump with lsusb -v -d 045b:0229. Kernel messages from dmesg show the same pair as idVendor=045b, idProduct=0229.
Windows
In Device Manager, open the device, go to Details → Hardware Ids. This device reports:
USB\VID_045B&PID_0229 USB\VID_045B&PID_0229&REV_0100
From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_045B&PID_0229"
macOS
$ system_profiler SPUSBDataType
mSATA Adapter [renkforce Pi-102]:
Product ID: 0x0229
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 0229 mSATA Adapter [renkforce Pi-102]