200c:100b Play audio soundcard

Reloop

Vendor ID
200c
Product ID
100b
Combined
200c:100b
Decimal
8204:4107

What is this device?

This is the USB identifier for a Play audio soundcard manufactured by Reloop. The vendor ID 200c is registered to Reloop with the USB Implementers Forum, and 100b is the product ID that Reloop assigned to this particular model. When you run lsusb on Linux, this device appears as 200c:100b Reloop Play audio soundcard.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 200c:100b Reloop Play audio soundcard

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

Windows

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

USB\VID_200C&PID_100B
USB\VID_200C&PID_100B&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_200C&PID_100B"

macOS

$ system_profiler SPUSBDataType
    Play audio soundcard:
      Product ID: 0x100b
      Vendor ID: 0x200c  (Reloop)

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:

200c  Reloop
	100b  Play audio soundcard

More from Reloop