1edb:bd75 2.5K Cinema Camera (BMCC)

Blackmagic design

Vendor ID
1edb
Product ID
bd75
Combined
1edb:bd75
Decimal
7899:48501

What is this device?

This is the USB identifier for a 2.5K Cinema Camera (BMCC) manufactured by Blackmagic design. The vendor ID 1edb is registered to Blackmagic design with the USB Implementers Forum, and bd75 is the product ID that Blackmagic design assigned to this particular model. When you run lsusb on Linux, this device appears as 1edb:bd75 Blackmagic design 2.5K Cinema Camera (BMCC).

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1edb:bd75 Blackmagic design 2.5K Cinema Camera (BMCC)

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

Windows

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

USB\VID_1EDB&PID_BD75
USB\VID_1EDB&PID_BD75&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1EDB&PID_BD75"

macOS

$ system_profiler SPUSBDataType
    2.5K Cinema Camera (BMCC):
      Product ID: 0xbd75
      Vendor ID: 0x1edb  (Blackmagic design)

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:

1edb  Blackmagic design
	bd75  2.5K Cinema Camera (BMCC)

More from Blackmagic design