eb03:0920 Make Controller Kit

MakingThings

Vendor ID
eb03
Product ID
0920
Combined
eb03:0920
Decimal
60163:2336

What is this device?

This is the USB identifier for a Make Controller Kit manufactured by MakingThings. The vendor ID eb03 is registered to MakingThings with the USB Implementers Forum, and 0920 is the product ID that MakingThings assigned to this particular model. When you run lsusb on Linux, this device appears as eb03:0920 MakingThings Make Controller Kit.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID eb03:0920 MakingThings Make Controller Kit

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

Windows

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

USB\VID_EB03&PID_0920
USB\VID_EB03&PID_0920&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_EB03&PID_0920"

macOS

$ system_profiler SPUSBDataType
    Make Controller Kit:
      Product ID: 0x0920
      Vendor ID: 0xeb03  (MakingThings)

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:

eb03  MakingThings
	0920  Make Controller Kit

More from MakingThings