c502:0029 Rocker

AGPTek

Vendor ID
c502
Product ID
0029
Combined
c502:0029
Decimal
50434:41

What is this device?

This is the USB identifier for a Rocker manufactured by AGPTek. The vendor ID c502 is registered to AGPTek with the USB Implementers Forum, and 0029 is the product ID that AGPTek assigned to this particular model. When you run lsusb on Linux, this device appears as c502:0029 AGPTek Rocker.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID c502:0029 AGPTek Rocker

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

Windows

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

USB\VID_C502&PID_0029
USB\VID_C502&PID_0029&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_C502&PID_0029"

macOS

$ system_profiler SPUSBDataType
    Rocker:
      Product ID: 0x0029
      Vendor ID: 0xc502  (AGPTek)

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:

c502  AGPTek
	0029  Rocker

More from AGPTek