summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Input: bcm5974 - Add support for 2012 MacBook Pro RetinaHenrik Rydberg1-0/+20
2012-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+2
2012-04-20Input: synaptics - fix regression with "image sensor" trackpadsBenjamin Herrenschmidt1-1/+2
2012-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-9/+25
2012-04-10Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown1-1/+1
2012-04-10Input: trackpoint - use psmouse_fmt() for messagesJJ Ding1-6/+8
2012-04-10Input: elantech - v4 is a clickpad, with only one buttonJJ Ding1-2/+4
2012-04-10Input: elantech - reset touchpad before configuring itJJ Ding1-0/+4
2012-04-03Input: sentelic - filter taps in absolute modeOskari Saarenmaa1-0/+8
2012-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-72/+257
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-27Merge branch 'next' into for-linusDmitry Torokhov2-72/+257
2012-03-25Input: sentelic - improve packet debugging informationOskari Saarenmaa1-9/+34
2012-03-25Input: sentelic - minor code cleanupTai-hwa Liang1-1/+1
2012-03-25Input: sentelic - enabling absolute coordinates output for newer hardwareTai-hwa Liang2-4/+132
2012-03-25Input: sentelic - refactor code for upcoming new hardware supportTai-hwa Liang2-62/+94
2012-03-19Merge branch 'next' into for-linusDmitry Torokhov10-61/+601
2012-03-16Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov1-12/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2012-03-09Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov1-0/+1
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov8-36/+40
2012-02-24Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk driversPaul Fox2-15/+6
2012-02-24Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon2-5/+12
2012-02-24Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara1-2/+5
2012-02-14bcm5974: Add pointer and buttonpad propertiesChase Douglas1-0/+1
2012-02-03Input: add Synaptics USB device driverJan Steinhoff3-0/+586
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-4/+4
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+17
2012-01-10Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen1-0/+3
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov1-2/+14
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds15-294/+1407
2012-01-08Merge branch 'next' into for-linusDmitry Torokhov15-294/+1407
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-25/+2
2011-12-30Input: psmouse - make sure we do not use stale methodsDmitry Torokhov1-69/+124
2011-12-29Input: sentelic - fix retrieving number of buttonsTai-hwa Liang2-3/+4
2011-12-23Input: sentelic - release mutex upon register write failureTai-hwa Liang1-2/+2
2011-12-12Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov1-0/+11
2011-11-30Input: mouse - use macro module_platform_driver()JJ Ding3-39/+4
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov2-8/+38
2011-11-20Input: elantech - add resolution query support for v4 hardwareJJ Ding2-0/+38
2011-11-20Input: elantech - add support for elantech fast commandJJ Ding2-8/+29
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2-25/+2
2011-11-15Input: synaptics - update OLPC XO exclusionDaniel Drake1-8/+5
2011-11-09Input: synaptics - add support for Relative modeDaniel Drake4-48/+152
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding6-41/+80
2011-11-09Input: elantech - adjust hw_version detection logicJJ Ding1-8/+18
2011-11-07Input: ALPS - add semi-MT support for v3 protocolSeth Forshee2-19/+215
2011-11-07Input: ALPS - add support for protocol versions 3 and 4Seth Forshee3-38/+768
2011-11-07Input: ALPS - remove assumptions about packet sizeSeth Forshee1-5/+5
2011-11-07Input: ALPS - add protocol version field in alps_model_infoSeth Forshee2-24/+27