sriemer / fix-linux-mouse

Hints how to fix USB mouse issues on Linux
44 stars 5 forks source link

TODO: Document ignoring multiple usbhid devices #7

Closed sriemer closed 6 years ago

sriemer commented 6 years ago

Got a new case at work where we have to exclude two USB mouse devices with HID_QUIRK_IGNORE (0x4). It should be also shown how to set multiple quirks with comma separation.

sriemer commented 6 years ago

Example: usbhid.quirks=0x0458:0x501d:0x4,0x222a:0x0050:0x4

sriemer commented 6 years ago

Done. So closing.