aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov14-345/+1363
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov10-198/+243
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-1/+1
2011-09-20Input: elantech - remove module parameter force_elantechJJ Ding1-10/+2
2011-09-20Input: elantech - better support all those v2 variantsJJ Ding2-5/+42
2011-09-09Input: bcm5974 - add MacBookAir4,1 trackpad supportPieter-Augustijn Van Malleghem1-0/+20
2011-09-09Input: elantech - add v4 hardware supportJJ Ding2-16/+262
2011-09-09Input: elantech - add v3 hardware supportJJ Ding2-19/+201
2011-09-09Input: elantech - clean up elantech_initJJ Ding1-30/+39
2011-09-09Input: elantech - packet checking for v2 hardwareJJ Ding1-5/+34
2011-09-09Input: elantech - remove ETP_EDGE_FUZZ_V2JJ Ding1-9/+6
2011-09-09Input: elantech - use firmware provided x, y rangesJJ Ding2-16/+58
2011-09-09Input: elantech - get rid of ETP_2FT_* in elantech.hJJ Ding2-26/+13
2011-09-09Input: elantech - correct x, y value range for v2 hardwareJJ Ding1-4/+4
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang2-2/+2
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov2-0/+41
2011-08-23Input: synaptics - process finger (<=5) transitionsDaniel Kurtz1-1/+44
2011-08-23Input: synaptics - process finger (<=3) transitionsDaniel Kurtz2-16/+278
2011-08-23Input: synaptics - decode AGM packet typesDaniel Kurtz2-7/+43
2011-08-23Input: synaptics - add image sensor supportDaniel Kurtz2-17/+110
2011-08-23Input: synaptics - refactor initialization of abs position axesDaniel Kurtz1-24/+20
2011-08-23Input: synaptics - refactor agm packet parsingDaniel Kurtz2-6/+19
2011-08-23Input: synaptics - refactor y inversionDaniel Kurtz1-3/+12
2011-08-16Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake1-0/+20
2011-08-08Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon1-0/+20
2011-07-30Input: psmouse - hgpk.c needs module.hRandy Dunlap1-0/+1
2011-07-25Input: synaptics - fix reporting of min coordinatesDmitry Torokhov1-1/+1
2011-07-13Input: lifebook - make dmi callback functions return 1Axel Lin1-2/+2
2011-07-09Input: synaptics - set minimum coordinates as reported by firmwareDmitry Torokhov2-21/+43
2011-07-06Input: synaptics - process button bits in AGM packetsDaniel Kurtz1-16/+16
2011-07-06Input: synaptics - rename set_slot to be more descriptiveDaniel Kurtz1-7/+10
2011-07-06Input: synaptics - fuzz position for touchpad with reduced filteringDaniel Kurtz2-10/+15
2011-07-06Input: synaptics - set resolution for MT_POSITION_X/Y axesDaniel Kurtz1-0/+3
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt1-1/+1
2011-06-27Input: remove unneeded version.h includesJesper Juhl2-2/+0
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-17/+61
2011-05-19input/atari: Fix mouse movement and button mappingGeert Uytterhoeven1-4/+4
2011-05-19input/atari: Fix atarimouse initMichael Schmitz1-2/+3
2011-05-19input/atari: Use the correct mouse interrupt hookMichael Schmitz1-1/+1
2011-05-16Input: elantech - remove support for proprietary X driverÉric Piel1-12/+0
2011-05-16Input: elantech - report multitouch with proper ABS_MT messagesÉric Piel1-5/+34
2011-05-16Input: elantech - export pressure and width when supportedÉric Piel2-1/+28
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds3-3/+3
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-31Input: synaptics - fix crash in synaptics_module_init()Jan Beulich1-2/+2
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov3-12/+74
2011-03-12Input: bcm5974 - add support for MacBookPro8Andy Botting1-0/+20
2011-02-27Input: bcm5974 - Report button also for zero fingersHenrik Rydberg1-4/+4
2011-02-23Input: synaptics - document 0x0c queryDmitry Torokhov1-0/+23
2011-02-21Input: synaptics_i2c - convert to dev_pm_opsMark Brown1-7/+9