1cbe:00fd In-Circuit Debug Interface

Luminary Micro Inc.

Vendor ID
1cbe
Product ID
00fd
Combined
1cbe:00fd
Decimal
7358:253

What is this device?

This is the USB identifier for a In-Circuit Debug Interface manufactured by Luminary Micro Inc.. The vendor ID 1cbe is registered to Luminary Micro Inc. with the USB Implementers Forum, and 00fd is the product ID that Luminary Micro Inc. assigned to this particular model. When you run lsusb on Linux, this device appears as 1cbe:00fd Luminary Micro Inc. In-Circuit Debug Interface.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1cbe:00fd Luminary Micro Inc. In-Circuit Debug Interface

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

Windows

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

USB\VID_1CBE&PID_00FD
USB\VID_1CBE&PID_00FD&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1CBE&PID_00FD"

macOS

$ system_profiler SPUSBDataType
    In-Circuit Debug Interface:
      Product ID: 0x00fd
      Vendor ID: 0x1cbe  (Luminary Micro Inc.)

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:

1cbe  Luminary Micro Inc.
	00fd  In-Circuit Debug Interface

More from Luminary Micro Inc.