summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Input: elantech - fix detection of touchpads where the revision matches a kno...Hans de Goede1-3/+4
2015-09-18Input: elantech - fix semi-mt protocol for v3 HWBenjamin Tissoires1-1/+1
2015-09-18Input: elantech - fix absolute mode setting on some ASUS laptopsUlrik De Bie2-0/+23
2015-06-19Input: synaptics - handle spurious release of trackstick buttonsBenjamin Tissoires1-8/+25
2015-06-19Input: synaptics - fix middle button on Lenovo 2015 productsDmitry Torokhov1-23/+21
2015-06-19Input: synaptics - query min dimensions for fw v8.1Daniel Martin1-2/+8
2015-02-02Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár1-0/+3
2015-02-02Input: alps - ignore potential bare packets when device is out of syncPali Rohár1-1/+7
2015-02-02Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2-7/+23
2014-12-01Input: synaptics - add support for ForcePadsDmitry Torokhov2-16/+63
2014-12-01Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede1-0/+7
2014-07-07Input: elantech - deal with clickpads reporting right button eventsHans de Goede1-4/+18
2014-06-08Input: synaptics - adjust threshold for treating position values as negativeSeth Forshee1-8/+23
2014-04-03Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede1-0/+8
2014-04-03Input: synaptics - add manual min/max quirkBenjamin Tissoires1-0/+47
2014-03-31Input: elantech - improve clickpad detectionHans de Goede1-3/+42
2014-02-20Input: synaptics - handle out of bounds values from the hardwareSeth Forshee1-0/+23
2013-01-11Input: sentelic - only report position of first finger as ST coordinatesChristophe TORDEUX1-1/+1
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-21Input: 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-30Merge 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-26Input: sentelic - improve packet debugging informationOskari Saarenmaa1-9/+34
2012-03-26Input: sentelic - minor code cleanupTai-hwa Liang1-1/+1
2012-03-26Input: sentelic - enabling absolute coordinates output for newer hardwareTai-hwa Liang2-4/+132
2012-03-26Input: sentelic - refactor code for upcoming new hardware supportTai-hwa Liang2-62/+94
2012-03-20Merge branch 'next' into for-linusDmitry Torokhov10-61/+601
2012-03-17Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov1-12/+1
2012-03-17Input: 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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+17
2012-01-11Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen1-0/+3
2012-01-11Input: 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-09Merge branch 'next' into for-linusDmitry Torokhov15-294/+1407