aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-magicmouse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-7/+8
2010-12-09HID: magicmouse: Don't report REL_{X,Y} for Magic TrackpadChase Douglas1-0/+5
2010-10-01HID: magicmouse: Adjust major / minor axes to scaleHenrik Rydberg1-2/+2
2010-09-24HID: magicmouse: Use hid-input parsing rather than bypassing itMichael Poole1-63/+18
2010-09-03HID: magicmouse: enable Magic Trackpad supportChase Douglas1-39/+153
2010-09-03HID: magicmouse: simplify touch data bit manipulationChase Douglas1-12/+13
2010-09-03HID: magicmouse: simplify multitouch feature requestChase Douglas1-12/+4
2010-09-02HID: magicmouse: remove timestamp logicChase Douglas1-11/+7
2010-09-02HID: magicmouse: simplify touch down logicChase Douglas1-18/+9
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