12bd:d012 JPD Shockforce gamepad

Gembird

Vendor ID
12bd
Product ID
d012
Combined
12bd:d012
Decimal
4797:53266

What is this device?

This is the USB identifier for a JPD Shockforce gamepad manufactured by Gembird. The vendor ID 12bd is registered to Gembird with the USB Implementers Forum, and d012 is the product ID that Gembird assigned to this particular model. When you run lsusb on Linux, this device appears as 12bd:d012 Gembird JPD Shockforce gamepad.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 12bd:d012 Gembird JPD Shockforce gamepad

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

Windows

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

USB\VID_12BD&PID_D012
USB\VID_12BD&PID_D012&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    JPD Shockforce gamepad:
      Product ID: 0xd012
      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
	d012  JPD Shockforce gamepad

More from Gembird