1233:5677 FUSB200 mp3 player

Denver Electronics

Vendor ID
1233
Product ID
5677
Combined
1233:5677
Decimal
4659:22135

What is this device?

This is the USB identifier for a FUSB200 mp3 player manufactured by Denver Electronics. The vendor ID 1233 is registered to Denver Electronics with the USB Implementers Forum, and 5677 is the product ID that Denver Electronics assigned to this particular model. When you run lsusb on Linux, this device appears as 1233:5677 Denver Electronics FUSB200 mp3 player.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1233:5677 Denver Electronics FUSB200 mp3 player

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

Windows

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

USB\VID_1233&PID_5677
USB\VID_1233&PID_5677&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1233&PID_5677"

macOS

$ system_profiler SPUSBDataType
    FUSB200 mp3 player:
      Product ID: 0x5677
      Vendor ID: 0x1233  (Denver Electronics)

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:

1233  Denver Electronics
	5677  FUSB200 mp3 player

More from Denver Electronics