675d:062a Switch Mouse

Humanscale

Vendor ID
675d
Product ID
062a
Combined
675d:062a
Decimal
26461:1578

What is this device?

This is the USB identifier for a Switch Mouse manufactured by Humanscale. The vendor ID 675d is registered to Humanscale with the USB Implementers Forum, and 062a is the product ID that Humanscale assigned to this particular model. When you run lsusb on Linux, this device appears as 675d:062a Humanscale Switch Mouse.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 675d:062a Humanscale Switch Mouse

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

Windows

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

USB\VID_675D&PID_062A
USB\VID_675D&PID_062A&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_675D&PID_062A"

macOS

$ system_profiler SPUSBDataType
    Switch Mouse:
      Product ID: 0x062a
      Vendor ID: 0x675d  (Humanscale)

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:

675d  Humanscale
	062a  Switch Mouse

More from Humanscale