0ee4:0690 SATA 3 Adapter

Sunrich Technology, Ltd

Vendor ID
0ee4
Product ID
0690
Combined
0ee4:0690
Decimal
3812:1680

What is this device?

This is the USB identifier for a SATA 3 Adapter manufactured by Sunrich Technology, Ltd. The vendor ID 0ee4 is registered to Sunrich Technology, Ltd with the USB Implementers Forum, and 0690 is the product ID that Sunrich Technology, Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 0ee4:0690 Sunrich Technology, Ltd SATA 3 Adapter.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0ee4:0690 Sunrich Technology, Ltd SATA 3 Adapter

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

Windows

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

USB\VID_0EE4&PID_0690
USB\VID_0EE4&PID_0690&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0EE4&PID_0690"

macOS

$ system_profiler SPUSBDataType
    SATA 3 Adapter:
      Product ID: 0x0690
      Vendor ID: 0x0ee4  (Sunrich Technology, 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:

0ee4  Sunrich Technology, Ltd
	0690  SATA 3 Adapter

More from Sunrich Technology, Ltd