0d7e:25c7 Hi-Speed USB-to-IDE Bridge Controller

American Computer & Digital Components

Vendor ID
0d7e
Product ID
25c7
Combined
0d7e:25c7
Decimal
3454:9671

What is this device?

This is the USB identifier for a Hi-Speed USB-to-IDE Bridge Controller manufactured by American Computer & Digital Components. The vendor ID 0d7e is registered to American Computer & Digital Components with the USB Implementers Forum, and 25c7 is the product ID that American Computer & Digital Components assigned to this particular model. When you run lsusb on Linux, this device appears as 0d7e:25c7 American Computer & Digital Components Hi-Speed USB-to-IDE Bridge Controller.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0d7e:25c7 American Computer & Digital Components Hi-Speed USB-to-IDE Bridge Controller

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

Windows

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

USB\VID_0D7E&PID_25C7
USB\VID_0D7E&PID_25C7&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0D7E&PID_25C7"

macOS

$ system_profiler SPUSBDataType
    Hi-Speed USB-to-IDE Bridge Controller:
      Product ID: 0x25c7
      Vendor ID: 0x0d7e  (American Computer & Digital Components)

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:

0d7e  American Computer & Digital Components
	25c7  Hi-Speed USB-to-IDE Bridge Controller

More from American Computer & Digital Components