10b5:9060 Test Board

Comodo (PLX?)

Vendor ID
10b5
Product ID
9060
Combined
10b5:9060
Decimal
4277:36960

What is this device?

This is the USB identifier for a Test Board manufactured by Comodo (PLX?). The vendor ID 10b5 is registered to Comodo (PLX?) with the USB Implementers Forum, and 9060 is the product ID that Comodo (PLX?) assigned to this particular model. When you run lsusb on Linux, this device appears as 10b5:9060 Comodo (PLX?) Test Board.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 10b5:9060 Comodo (PLX?) Test Board

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

Windows

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

USB\VID_10B5&PID_9060
USB\VID_10B5&PID_9060&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_10B5&PID_9060"

macOS

$ system_profiler SPUSBDataType
    Test Board:
      Product ID: 0x9060
      Vendor ID: 0x10b5  (Comodo (PLX?))

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:

10b5  Comodo (PLX?)
	9060  Test Board

More from Comodo (PLX?)