f3f0:0740 multi-function device

CCT, Inc

Vendor ID
f3f0
Product ID
0740
Combined
f3f0:0740
Decimal
62448:1856

What is this device?

This is the USB identifier for a multi-function device manufactured by CCT, Inc. The vendor ID f3f0 is registered to CCT, Inc with the USB Implementers Forum, and 0740 is the product ID that CCT, Inc assigned to this particular model. When you run lsusb on Linux, this device appears as f3f0:0740 CCT, Inc multi-function device.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID f3f0:0740 CCT, Inc multi-function device

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

Windows

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

USB\VID_F3F0&PID_0740
USB\VID_F3F0&PID_0740&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_F3F0&PID_0740"

macOS

$ system_profiler SPUSBDataType
    multi-function device:
      Product ID: 0x0740
      Vendor ID: 0xf3f0  (CCT, 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:

f3f0  CCT, Inc
	0740  multi-function device

More from CCT, Inc