07cf:6101 fx-9750gII

Casio Computer Co., Ltd

Vendor ID
07cf
Product ID
6101
Combined
07cf:6101
Decimal
1999:24833

What is this device?

This is the USB identifier for a fx-9750gII manufactured by Casio Computer Co., Ltd. The vendor ID 07cf is registered to Casio Computer Co., Ltd with the USB Implementers Forum, and 6101 is the product ID that Casio Computer Co., Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 07cf:6101 Casio Computer Co., Ltd fx-9750gII.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 07cf:6101 Casio Computer Co., Ltd fx-9750gII

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

Windows

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

USB\VID_07CF&PID_6101
USB\VID_07CF&PID_6101&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_07CF&PID_6101"

macOS

$ system_profiler SPUSBDataType
    fx-9750gII:
      Product ID: 0x6101
      Vendor ID: 0x07cf  (Casio Computer Co., Ltd)

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:

07cf  Casio Computer Co., Ltd
	6101  fx-9750gII

More from Casio Computer Co., Ltd