15e4:003c DJ2GO2 Touch

Numark

Vendor ID
15e4
Product ID
003c
Combined
15e4:003c
Decimal
5604:60

What is this device?

This is the USB identifier for a DJ2GO2 Touch manufactured by Numark. The vendor ID 15e4 is registered to Numark with the USB Implementers Forum, and 003c is the product ID that Numark assigned to this particular model. When you run lsusb on Linux, this device appears as 15e4:003c Numark DJ2GO2 Touch.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 15e4:003c Numark DJ2GO2 Touch

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

Windows

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

USB\VID_15E4&PID_003C
USB\VID_15E4&PID_003C&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_15E4&PID_003C"

macOS

$ system_profiler SPUSBDataType
    DJ2GO2 Touch:
      Product ID: 0x003c
      Vendor ID: 0x15e4  (Numark)

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:

15e4  Numark
	003c  DJ2GO2 Touch

More from Numark