aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-magicmouse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-11HID: magicmouse: Correct parsing of large X and Y motions.Michael Poole1-2/+2
2010-07-11HID: magicmouse: report last touch upChase Douglas1-2/+20
2010-06-24HID: magicmouse: enable horizontal scrollingChase Douglas1-6/+19
2010-06-24HID: magicmouse: add param for scroll speedChase Douglas1-15/+28
2010-06-24HID: magicmouse: properly account for scroll movement in stateChase Douglas1-1/+2
2010-06-04HID: magicmouse: disable and add module param for scroll accelerationChase Douglas1-1/+7
2010-06-04HID: magicmouse: scroll on entire surface, not just middle of mouseChase Douglas1-3/+2
2010-05-12HID: magicmouse: fix input registrationJiri Kosina1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-09HID: magicmouse: fix oops after device removalMichael Poole1-2/+5
2010-02-11HID: magicmouse: coding style and probe failure fixesMichael Poole1-60/+40
2010-02-10HID: add a device driver for the Apple Magic Mouse.Michael Poole1-0/+469