12bd:d015 Generic 4-button NES USB Controller

Gembird

Vendor ID
12bd
Product ID
d015
Combined
12bd:d015
Decimal
4797:53269

What is this device?

This is the USB identifier for a Generic 4-button NES USB Controller manufactured by Gembird. The vendor ID 12bd is registered to Gembird with the USB Implementers Forum, and d015 is the product ID that Gembird assigned to this particular model. When you run lsusb on Linux, this device appears as 12bd:d015 Gembird Generic 4-button NES USB Controller.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 12bd:d015 Gembird Generic 4-button NES USB Controller

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

Windows

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

USB\VID_12BD&PID_D015
USB\VID_12BD&PID_D015&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_12BD&PID_D015"

macOS

$ system_profiler SPUSBDataType
    Generic 4-button NES USB Controller:
      Product ID: 0xd015
      Vendor ID: 0x12bd  (Gembird)

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:

12bd  Gembird
	d015  Generic 4-button NES USB Controller

More from Gembird