0b6a:a132 WUP-005 [Nintendo Wii U Pro Controller]

Maxim Integrated Products

Vendor ID
0b6a
Product ID
a132
Combined
0b6a:a132
Decimal
2922:41266

What is this device?

This is the USB identifier for a WUP-005 [Nintendo Wii U Pro Controller] manufactured by Maxim Integrated Products. The vendor ID 0b6a is registered to Maxim Integrated Products with the USB Implementers Forum, and a132 is the product ID that Maxim Integrated Products assigned to this particular model. When you run lsusb on Linux, this device appears as 0b6a:a132 Maxim Integrated Products WUP-005 [Nintendo Wii U Pro Controller].

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0b6a:a132 Maxim Integrated Products WUP-005 [Nintendo Wii U Pro Controller]

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

Windows

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

USB\VID_0B6A&PID_A132
USB\VID_0B6A&PID_A132&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0B6A&PID_A132"

macOS

$ system_profiler SPUSBDataType
    WUP-005 [Nintendo Wii U Pro Controller]:
      Product ID: 0xa132
      Vendor ID: 0x0b6a  (Maxim Integrated Products)

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:

0b6a  Maxim Integrated Products
	a132  WUP-005 [Nintendo Wii U Pro Controller]

More from Maxim Integrated Products