125d:0580 JM580

JMicron

Vendor ID
125d
Product ID
0580
Combined
125d:0580
Decimal
4701:1408

What is this device?

This is the USB identifier for a JM580 manufactured by JMicron. The vendor ID 125d is registered to JMicron with the USB Implementers Forum, and 0580 is the product ID that JMicron assigned to this particular model. When you run lsusb on Linux, this device appears as 125d:0580 JMicron JM580.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 125d:0580 JMicron JM580

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

Windows

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

USB\VID_125D&PID_0580
USB\VID_125D&PID_0580&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_125D&PID_0580"

macOS

$ system_profiler SPUSBDataType
    JM580:
      Product ID: 0x0580
      Vendor ID: 0x125d  (JMicron)

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:

125d  JMicron
	0580  JM580

More from JMicron