07c1:0068 HKS-0200 USBDAQ

Keisokugiken

Vendor ID
07c1
Product ID
0068
Combined
07c1:0068
Decimal
1985:104

What is this device?

This is the USB identifier for a HKS-0200 USBDAQ manufactured by Keisokugiken. The vendor ID 07c1 is registered to Keisokugiken with the USB Implementers Forum, and 0068 is the product ID that Keisokugiken assigned to this particular model. When you run lsusb on Linux, this device appears as 07c1:0068 Keisokugiken HKS-0200 USBDAQ.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 07c1:0068 Keisokugiken HKS-0200 USBDAQ

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

Windows

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

USB\VID_07C1&PID_0068
USB\VID_07C1&PID_0068&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_07C1&PID_0068"

macOS

$ system_profiler SPUSBDataType
    HKS-0200 USBDAQ:
      Product ID: 0x0068
      Vendor ID: 0x07c1  (Keisokugiken)

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:

07c1  Keisokugiken
	0068  HKS-0200 USBDAQ

More from Keisokugiken