sriemer / fix-linux-mouse

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

usbhid quirks have been moved with v4.16 #9

Closed sriemer closed 5 years ago

sriemer commented 5 years ago

The quirks have been moved from usbhid to the HID core with v4.16 (see this commit)

Old: hid_blacklist in drivers/hid/usbhid/hid-quirks.c New: hid_quirks in drivers/hid/hid-quirks.c

The howto should mention that.

sriemer commented 5 years ago

Fixed, so closing.

sriemer commented 5 years ago

With this v4.16 commit even the quirks defines have been changed to use the BIT() macro. This way you have to convert binary to hex first to get the value you want to use as a temporary boot option quirk.