Closed sriemer closed 6 years ago
Fixed, so closing.
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.
The quirks have been moved from usbhid to the HID core with
v4.16
(see this commit)Old:
hid_blacklist
indrivers/hid/usbhid/hid-quirks.c
New:hid_quirks
indrivers/hid/hid-quirks.c
The howto should mention that.