04c3:1102 Mouse

Maxi Switch, Inc.

Vendor ID
04c3
Product ID
1102
Combined
04c3:1102
Decimal
1219:4354

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 04c3:1102 Maxi Switch, Inc. Mouse

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

Windows

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

USB\VID_04C3&PID_1102
USB\VID_04C3&PID_1102&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_04C3&PID_1102"

macOS

$ system_profiler SPUSBDataType
    Mouse:
      Product ID: 0x1102
      Vendor ID: 0x04c3  (Maxi Switch, 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:

04c3  Maxi Switch, Inc.
	1102  Mouse

More from Maxi Switch, Inc.