09b0:2400 HDP5000

Fargo

Vendor ID
09b0
Product ID
2400
Combined
09b0:2400
Decimal
2480:9216

What is this device?

This is the USB identifier for a HDP5000 manufactured by Fargo. The vendor ID 09b0 is registered to Fargo with the USB Implementers Forum, and 2400 is the product ID that Fargo assigned to this particular model. When you run lsusb on Linux, this device appears as 09b0:2400 Fargo HDP5000.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 09b0:2400 Fargo HDP5000

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

Windows

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

USB\VID_09B0&PID_2400
USB\VID_09B0&PID_2400&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_09B0&PID_2400"

macOS

$ system_profiler SPUSBDataType
    HDP5000:
      Product ID: 0x2400
      Vendor ID: 0x09b0  (Fargo)

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:

09b0  Fargo
	2400  HDP5000

More from Fargo