summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-magicmouse.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...Jiri Kosina2013-04-301-1/+0
|\ \
| * | HID: Kconfig: Remove explicit transport layer dependenciesBenjamin Tissoires2013-02-251-1/+0
| |/
* / HID: magicmouse: fix race between input_register() and probe()Benjamin Tissoires2013-04-041-9/+20
|/
* HID: Use module_hid_driver macroH Hartley Sweeten2013-01-031-18/+1
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
* HID: magicmouse: Implement Multi-touch Protocol B (MT-B)Yufeng Shen2012-07-041-44/+22
* HID: magicmouse: Removing report_touches switchYufeng Shen2012-07-041-50/+45
* HID: magicmouse: Correct report range of major / minor axesYufeng Shen2012-06-251-2/+4
* HID: hid-magicmouse: Add pointer and buttonpad properties for Magic TrackpadChase Douglas2012-02-211-0/+2
* HID: hid-magicmouse: Magic Trackpad has 1 button, not 2Daniel van Vugt2011-10-211-0/+7
* HID: magicmouse: ignore 'ivalid report id' while switching modes, v2Jiri Kosina2011-08-251-1/+9
* HID: magicmouse: Set resolution of touch surfacesChase Douglas2011-08-101-10/+46
* Revert "HID: magicmouse: ignore 'ivalid report id' while switching modes"Jiri Kosina2011-06-161-9/+1
*-. Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...Jiri Kosina2011-05-231-2/+12
|\ \
| | * HID: magicmouse: ignore 'ivalid report id' while switching modesJiri Kosina2011-05-201-1/+9
| |/ |/|
| * Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
| |\
| | * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| |/ |/|
| * HID: hid-magicmouse: Increase evdev buffer sizeChase Douglas2011-04-061-0/+2
|/
* HID: hid-magicmouse: Correct touch orientation directionHenrik Rydberg2011-03-101-2/+2
* Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina2011-01-081-0/+5
|\
| * HID: magicmouse: Don't report REL_{X,Y} for Magic TrackpadChase Douglas2010-12-091-0/+5
* | HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches2010-12-101-7/+8
|/
* HID: magicmouse: Adjust major / minor axes to scaleHenrik Rydberg2010-10-011-2/+2
* HID: magicmouse: Use hid-input parsing rather than bypassing itMichael Poole2010-09-241-63/+18
* HID: magicmouse: enable Magic Trackpad supportChase Douglas2010-09-031-39/+153
* HID: magicmouse: simplify touch data bit manipulationChase Douglas2010-09-031-12/+13
* HID: magicmouse: simplify multitouch feature requestChase Douglas2010-09-031-12/+4
* HID: magicmouse: remove timestamp logicChase Douglas2010-09-021-11/+7
* HID: magicmouse: simplify touch down logicChase Douglas2010-09-021-18/+9
* HID: magicmouse: Correct parsing of large X and Y motions.Michael Poole2010-07-111-2/+2
* HID: magicmouse: report last touch upChase Douglas2010-07-111-2/+20
* HID: magicmouse: enable horizontal scrollingChase Douglas2010-06-241-6/+19
* HID: magicmouse: add param for scroll speedChase Douglas2010-06-241-15/+28
* HID: magicmouse: properly account for scroll movement in stateChase Douglas2010-06-241-1/+2
* HID: magicmouse: disable and add module param for scroll accelerationChase Douglas2010-06-041-1/+7
* HID: magicmouse: scroll on entire surface, not just middle of mouseChase Douglas2010-06-041-3/+2
* HID: magicmouse: fix input registrationJiri Kosina2010-05-121-1/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* HID: magicmouse: fix oops after device removalMichael Poole2010-03-091-2/+5
* HID: magicmouse: coding style and probe failure fixesMichael Poole2010-02-111-60/+40
* HID: add a device driver for the Apple Magic Mouse.Michael Poole2010-02-101-0/+469