11a0:eb11 CC2400EB 2.0 ZigBee Sniffer

Chipcon AS

Vendor ID
11a0
Product ID
eb11
Combined
11a0:eb11
Decimal
4512:60177

What is this device?

This is the USB identifier for a CC2400EB 2.0 ZigBee Sniffer manufactured by Chipcon AS. The vendor ID 11a0 is registered to Chipcon AS with the USB Implementers Forum, and eb11 is the product ID that Chipcon AS assigned to this particular model. When you run lsusb on Linux, this device appears as 11a0:eb11 Chipcon AS CC2400EB 2.0 ZigBee Sniffer.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 11a0:eb11 Chipcon AS CC2400EB 2.0 ZigBee Sniffer

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

Windows

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

USB\VID_11A0&PID_EB11
USB\VID_11A0&PID_EB11&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_11A0&PID_EB11"

macOS

$ system_profiler SPUSBDataType
    CC2400EB 2.0 ZigBee Sniffer:
      Product ID: 0xeb11
      Vendor ID: 0x11a0  (Chipcon AS)

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:

11a0  Chipcon AS
	eb11  CC2400EB 2.0 ZigBee Sniffer

More from Chipcon AS