Comment 8 for bug 428111

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Looks like the following will fix this issue. I'll build a test kernel and post back with a call for testing shortly. Thanks!

ogasawara@emiko:~/linux-2.6$ git show 42960a13001aa6df52ca9952ce996f94a744ea65
commit 42960a13001aa6df52ca9952ce996f94a744ea65
Author: Jan Scholz <email address hidden>
Date: Wed Aug 26 13:18:51 2009 +0200

    HID: completely remove apple mightymouse from blacklist

    Commit fa047e4f6fa63a6e9d0ae4d7749538830d14a343 "HID: fix inverted
    wheel for bluetooth version of apple mighty mouse" is incomplete. If
    we remove Apple MightyMouse (bluetooth version) from the list of
    apple_devices in drivers/hid/hid-apple.c we have to remove it from
    hid_blacklist in drivers/hid/hid-core.c as well.

    Signed-off-by: Jan Scholz <email address hidden>
    Signed-off-by: Jiri Kosina <email address hidden>