Commit fa047e4f6fa63a6e9d0ae4d7749538830d14a343

Authored by Jiri Kosina
1 parent 70fa9f2ead

HID: fix inverted wheel for bluetooth version of apple mighty mouse

Bluetooth version of Apple Mighty mouse (0x05ac/0x030c) doesn't, according to
multiple reports on linux-input@, need the same quirk as the USB version of
this mouse (0x05ac/0x0304) does.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

drivers/hid/hid-apple.c
... ... @@ -436,10 +436,6 @@
436 436 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY),
437 437 .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },
438 438  
439   - /* Apple wireless Mighty Mouse */
440   - { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 0x030c),
441   - .driver_data = APPLE_MIGHTYMOUSE | APPLE_INVERT_HWHEEL },
442   -
443 439 { }
444 440 };
445 441 MODULE_DEVICE_TABLE(hid, apple_devices);