USB VID/PID product list

E

Eric Gisin

There is a well know PCI product list, however I cannot find one for USB.

If you look up the VID/PID (vendor/product ID) in the registry -
HKLM\SYSTEM\CurrentControlSet\Enum\USB - and search the 4 digit codes, you will
likely find a page at http://www.qbik.ch/usb/devices/ . However I cannot get
that site's search to work.

However, it does not always indicate the manufacturer, and rarely the chipset.

Does anyone know where the full list of Vendor IDs can be found, or product
lists?
 
D

daytripper

There is a well know PCI product list, however I cannot find one for USB.

If you look up the VID/PID (vendor/product ID) in the registry -
HKLM\SYSTEM\CurrentControlSet\Enum\USB - and search the 4 digit codes, you will
likely find a page at http://www.qbik.ch/usb/devices/ . However I cannot get
that site's search to work.

However, it does not always indicate the manufacturer, and rarely the chipset.

Does anyone know where the full list of Vendor IDs can be found, or product
lists?

Go here: http://www.usb.org/developers/tools/

At the bottom of this page is a link to the official usb.if "Company List"
file. It's almost one thousand lines of text else I'd have pasted it here...

/daytripper
 
F

Franc Zabkar

There is a well know PCI product list, however I cannot find one for USB.

If you look up the VID/PID (vendor/product ID) in the registry -
HKLM\SYSTEM\CurrentControlSet\Enum\USB - and search the 4 digit codes, you will
likely find a page at http://www.qbik.ch/usb/devices/ . However I cannot get
that site's search to work.

However, it does not always indicate the manufacturer, and rarely the chipset.

Does anyone know where the full list of Vendor IDs can be found, or product
lists?

Vendor and product IDs:
http://www.linux-usb.org/usb.ids

FWIW, the Windows 98SE CD has a usbview.exe utility which identifies
attached USB devices. Here is how a Canon LBP-1120 laser printer is
detected:

Device Descriptor:
bcdUSB: 0x0110
bDeviceClass: 0x00
bDeviceSubClass: 0x00
bDeviceProtocol: 0x00
bMaxPacketSize0: 0x08 (8)
idVendor: 0x04A9 (Canon Inc.)
idProduct: 0x262B
bcdDevice: 0x0100
iManufacturer: 0x01
iProduct: 0x02
iSerialNumber: 0x03
bNumConfigurations: 0x01

ConnectionStatus: DeviceConnected
Current Config Value: 0x01
Device Bus Speed: Full
Device Address: 0x02
Open Pipes: 2

Endpoint Descriptor:
bEndpointAddress: 0x01
Transfer Type: Bulk
wMaxPacketSize: 0x0040 (64)
bInterval: 0x00

Endpoint Descriptor:
bEndpointAddress: 0x00
Transfer Type: Control
wMaxPacketSize: 0x0507 (1287)
wInterval: 0x0282
bSyncAddress: 0x40


- Franc Zabkar
 
F

Folkert Rienstra

daytripper said:
Go here: http://www.usb.org/developers/tools/

At the bottom of this page is a link to the official usb.if "Company List"
file. It's almost one thousand lines of text else I'd have pasted it here...

/daytripper

And there is SIV, System Information Viewer that shows you directly
what is on your USB buses, using a similar list.

Anybody know of a similar list or app for parallel port (printer port) devices?
I'm looking for a list that can identify Parallel to SCSI bridges.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top