001f:0b21 AB13X Headset Adapter

Walmart

Vendor ID
001f
Product ID
0b21
Combined
001f:0b21
Decimal
31:2849

What is this device?

This is the USB identifier for a AB13X Headset Adapter manufactured by Walmart. The vendor ID 001f is registered to Walmart with the USB Implementers Forum, and 0b21 is the product ID that Walmart assigned to this particular model. When you run lsusb on Linux, this device appears as 001f:0b21 Walmart AB13X Headset Adapter.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 001f:0b21 Walmart AB13X Headset Adapter

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

Windows

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

USB\VID_001F&PID_0B21
USB\VID_001F&PID_0B21&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_001F&PID_0B21"

macOS

$ system_profiler SPUSBDataType
    AB13X Headset Adapter:
      Product ID: 0x0b21
      Vendor ID: 0x001f  (Walmart)

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:

001f  Walmart
	0b21  AB13X Headset Adapter

More from Walmart