07ce:c010 CPB-7000

Nidec Copal

Vendor ID
07ce
Product ID
c010
Combined
07ce:c010
Decimal
1998:49168

What is this device?

This is the USB identifier for a CPB-7000 manufactured by Nidec Copal. The vendor ID 07ce is registered to Nidec Copal with the USB Implementers Forum, and c010 is the product ID that Nidec Copal assigned to this particular model. When you run lsusb on Linux, this device appears as 07ce:c010 Nidec Copal CPB-7000.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 07ce:c010 Nidec Copal CPB-7000

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

Windows

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

USB\VID_07CE&PID_C010
USB\VID_07CE&PID_C010&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_07CE&PID_C010"

macOS

$ system_profiler SPUSBDataType
    CPB-7000:
      Product ID: 0xc010
      Vendor ID: 0x07ce  (Nidec Copal)

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:

07ce  Nidec Copal
	c010  CPB-7000

More from Nidec Copal