aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-magicmouse.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-25HID: magicmouse: ignore 'ivalid report id' while switching modes, v2Gravatar Jiri Kosina 1-1/+9
2011-08-10HID: magicmouse: Set resolution of touch surfacesGravatar Chase Douglas 1-10/+46
2011-06-16Revert "HID: magicmouse: ignore 'ivalid report id' while switching modes"Gravatar Jiri Kosina 1-9/+1
2011-05-23Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...Gravatar Jiri Kosina 1-2/+12
2011-05-20HID: magicmouse: ignore 'ivalid report id' while switching modesGravatar Jiri Kosina 1-1/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-04-06HID: hid-magicmouse: Increase evdev buffer sizeGravatar Chase Douglas 1-0/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-10HID: hid-magicmouse: Correct touch orientation directionGravatar Henrik Rydberg 1-2/+2
2011-01-08Merge branches 'upstream' and 'upstream-fixes' into for-linusGravatar Jiri Kosina 1-0/+5
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsGravatar Joe Perches 1-7/+8
2010-12-09HID: magicmouse: Don't report REL_{X,Y} for Magic TrackpadGravatar Chase Douglas 1-0/+5
2010-10-01HID: magicmouse: Adjust major / minor axes to scaleGravatar Henrik Rydberg 1-2/+2
2010-09-24HID: magicmouse: Use hid-input parsing rather than bypassing itGravatar Michael Poole 1-63/+18
2010-09-03HID: magicmouse: enable Magic Trackpad supportGravatar Chase Douglas 1-39/+153
2010-09-03HID: magicmouse: simplify touch data bit manipulationGravatar Chase Douglas 1-12/+13
2010-09-03HID: magicmouse: simplify multitouch feature requestGravatar Chase Douglas 1-12/+4
2010-09-02HID: magicmouse: remove timestamp logicGravatar Chase Douglas 1-11/+7
2010-09-02HID: magicmouse: simplify touch down logicGravatar Chase Douglas 1-18/+9
2010-07-11HID: magicmouse: Correct parsing of large X and Y motions.Gravatar Michael Poole 1-2/+2
2010-07-11HID: magicmouse: report last touch upGravatar Chase Douglas 1-2/+20
2010-06-24HID: magicmouse: enable horizontal scrollingGravatar Chase Douglas 1-6/+19
2010-06-24HID: magicmouse: add param for scroll speedGravatar Chase Douglas 1-15/+28
2010-06-24HID: magicmouse: properly account for scroll movement in stateGravatar Chase Douglas 1-1/+2
2010-06-04HID: magicmouse: disable and add module param for scroll accelerationGravatar Chase Douglas 1-1/+7
2010-06-04HID: magicmouse: scroll on entire surface, not just middle of mouseGravatar Chase Douglas 1-3/+2
2010-05-12HID: magicmouse: fix input registrationGravatar Jiri Kosina 1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-09HID: magicmouse: fix oops after device removalGravatar Michael Poole 1-2/+5
2010-02-11HID: magicmouse: coding style and probe failure fixesGravatar Michael Poole 1-60/+40
2010-02-10HID: add a device driver for the Apple Magic Mouse.Gravatar Michael Poole 1-0/+469