13ec:0006 HID Remote Control

Zydacron

Vendor ID
13ec
Product ID
0006
Combined
13ec:0006
Decimal
5100:6

What is this device?

This is the USB identifier for a HID Remote Control manufactured by Zydacron. The vendor ID 13ec is registered to Zydacron with the USB Implementers Forum, and 0006 is the product ID that Zydacron assigned to this particular model. When you run lsusb on Linux, this device appears as 13ec:0006 Zydacron HID Remote Control.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 13ec:0006 Zydacron HID Remote Control

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

Windows

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

USB\VID_13EC&PID_0006
USB\VID_13EC&PID_0006&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_13EC&PID_0006"

macOS

$ system_profiler SPUSBDataType
    HID Remote Control:
      Product ID: 0x0006
      Vendor ID: 0x13ec  (Zydacron)

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:

13ec  Zydacron
	0006  HID Remote Control

More from Zydacron