0d28:0204 ARM mbed

NXP

Vendor ID
0d28
Product ID
0204
Combined
0d28:0204
Decimal
3368:516

What is this device?

This is the USB identifier for a ARM mbed manufactured by NXP. The vendor ID 0d28 is registered to NXP with the USB Implementers Forum, and 0204 is the product ID that NXP assigned to this particular model. When you run lsusb on Linux, this device appears as 0d28:0204 NXP ARM mbed.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0d28:0204 NXP ARM mbed

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

Windows

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

USB\VID_0D28&PID_0204
USB\VID_0D28&PID_0204&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0D28&PID_0204"

macOS

$ system_profiler SPUSBDataType
    ARM mbed:
      Product ID: 0x0204
      Vendor ID: 0x0d28  (NXP)

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:

0d28  NXP
	0204  ARM mbed

More from NXP