summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorLines
2011-12-29Input: sentelic - fix retrieving number of buttonsTai-hwa Liang-3/+4
2011-12-23Input: sentelic - release mutex upon register write failureTai-hwa Liang-2/+2
2011-12-12Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov-0/+11
2011-11-09Input: elantech - adjust hw_version detection logicJJ Ding-8/+18
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov-345/+1363
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov-198/+243
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov-1/+1
2011-09-20Input: elantech - remove module parameter force_elantechJJ Ding-10/+2
2011-09-20Input: elantech - better support all those v2 variantsJJ Ding-5/+42
2011-09-09Input: bcm5974 - add MacBookAir4,1 trackpad supportPieter-Augustijn Van Malleghem-0/+20
2011-09-09Input: elantech - add v4 hardware supportJJ Ding-16/+262
2011-09-09Input: elantech - add v3 hardware supportJJ Ding-19/+201
2011-09-09Input: elantech - clean up elantech_initJJ Ding-30/+39
2011-09-09Input: elantech - packet checking for v2 hardwareJJ Ding-5/+34
2011-09-09Input: elantech - remove ETP_EDGE_FUZZ_V2JJ Ding-9/+6
2011-09-09Input: elantech - use firmware provided x, y rangesJJ Ding-16/+58
2011-09-09Input: elantech - get rid of ETP_2FT_* in elantech.hJJ Ding-26/+13
2011-09-09Input: elantech - correct x, y value range for v2 hardwareJJ Ding-4/+4
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang-2/+2
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov-0/+41
2011-08-23Input: synaptics - process finger (<=5) transitionsDaniel Kurtz-1/+44
2011-08-23Input: synaptics - process finger (<=3) transitionsDaniel Kurtz-16/+278
2011-08-23Input: synaptics - decode AGM packet typesDaniel Kurtz-7/+43
2011-08-23Input: synaptics - add image sensor supportDaniel Kurtz-17/+110
2011-08-23Input: synaptics - refactor initialization of abs position axesDaniel Kurtz-24/+20
2011-08-23Input: synaptics - refactor agm packet parsingDaniel Kurtz-6/+19
2011-08-23Input: synaptics - refactor y inversionDaniel Kurtz-3/+12
2011-08-16Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake-0/+20
2011-08-08Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon-0/+20
2011-07-30Input: psmouse - hgpk.c needs module.hRandy Dunlap-0/+1
2011-07-25Input: synaptics - fix reporting of min coordinatesDmitry Torokhov-1/+1
2011-07-13Input: lifebook - make dmi callback functions return 1Axel Lin-2/+2
2011-07-09Input: synaptics - set minimum coordinates as reported by firmwareDmitry Torokhov-21/+43
2011-07-06Input: synaptics - process button bits in AGM packetsDaniel Kurtz-16/+16
2011-07-06Input: synaptics - rename set_slot to be more descriptiveDaniel Kurtz-7/+10
2011-07-06Input: synaptics - fuzz position for touchpad with reduced filteringDaniel Kurtz-10/+15
2011-07-06Input: synaptics - set resolution for MT_POSITION_X/Y axesDaniel Kurtz-0/+3
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt-1/+1
2011-06-27Input: remove unneeded version.h includesJesper Juhl-2/+0
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-17/+61
2011-05-19input/atari: Fix mouse movement and button mappingGeert Uytterhoeven-4/+4
2011-05-19input/atari: Fix atarimouse initMichael Schmitz-2/+3
2011-05-19input/atari: Use the correct mouse interrupt hookMichael Schmitz-1/+1
2011-05-16Input: elantech - remove support for proprietary X driverÉric Piel-12/+0
2011-05-16Input: elantech - report multitouch with proper ABS_MT messagesÉric Piel-5/+34
2011-05-16Input: elantech - export pressure and width when supportedÉric Piel-1/+28
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-3/+3
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-03-31Input: synaptics - fix crash in synaptics_module_init()Jan Beulich-2/+2
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov-12/+74