summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-124-9/+25
|\
| * Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown2012-04-101-1/+1
| * Input: trackpoint - use psmouse_fmt() for messagesJJ Ding2012-04-101-6/+8
| * Input: elantech - v4 is a clickpad, with only one buttonJJ Ding2012-04-101-2/+4
| * Input: elantech - reset touchpad before configuring itJJ Ding2012-04-101-0/+4
| * Input: sentelic - filter taps in absolute modeOskari Saarenmaa2012-04-031-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-292-72/+257
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2012-03-272-72/+257
| |\
| | * Input: sentelic - improve packet debugging informationOskari Saarenmaa2012-03-251-9/+34
| | * Input: sentelic - minor code cleanupTai-hwa Liang2012-03-251-1/+1
| | * Input: sentelic - enabling absolute coordinates output for newer hardwareTai-hwa Liang2012-03-252-4/+132
| | * Input: sentelic - refactor code for upcoming new hardware supportTai-hwa Liang2012-03-252-62/+94
* | | Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
|/ /
* | Merge branch 'next' into for-linusDmitry Torokhov2012-03-1910-61/+601
|\|
| * Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-161-12/+1
| * Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-12/+1
| * Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov2012-03-091-0/+1
| |\
| | * bcm5974: Add pointer and buttonpad propertiesChase Douglas2012-02-141-0/+1
| * | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-098-36/+40
| |\|
| | * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-4/+4
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-122-2/+17
| | |\
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-1015-294/+1407
| | |\ \
| | * \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-062-25/+2
| | |\ \ \
| | | * | | USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-182-25/+2
| * | | | | Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk driversPaul Fox2012-02-242-15/+6
| * | | | | Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon2012-02-242-5/+12
| * | | | | Input: add Synaptics USB device driverJan Steinhoff2012-02-033-0/+586
* | | | | | Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara2012-02-241-2/+5
| |_|_|_|/ |/| | | |
* | | | | Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen2012-01-101-0/+3
* | | | | Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-101-2/+14
| |_|_|/ |/| | |
* | | | Merge branch 'next' into for-linusDmitry Torokhov2012-01-0815-294/+1407
|\| | | | |/ / |/| |
| * | Input: psmouse - make sure we do not use stale methodsDmitry Torokhov2011-12-301-69/+124
| * | Input: mouse - use macro module_platform_driver()JJ Ding2011-11-303-39/+4
| * | Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-292-8/+38
| |\ \
| * | | Input: elantech - add resolution query support for v4 hardwareJJ Ding2011-11-202-0/+38
| * | | Input: elantech - add support for elantech fast commandJJ Ding2011-11-202-8/+29
| * | | Input: synaptics - update OLPC XO exclusionDaniel Drake2011-11-151-8/+5
| * | | Input: synaptics - add support for Relative modeDaniel Drake2011-11-094-48/+152
| * | | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-096-41/+80
| * | | Input: ALPS - add semi-MT support for v3 protocolSeth Forshee2011-11-072-19/+215
| * | | Input: ALPS - add support for protocol versions 3 and 4Seth Forshee2011-11-073-38/+768
| * | | Input: ALPS - remove assumptions about packet sizeSeth Forshee2011-11-071-5/+5
| * | | Input: ALPS - add protocol version field in alps_model_infoSeth Forshee2011-11-072-24/+27
| * | | Input: ALPS - move protocol information to DocumentationSeth Forshee2011-11-071-36/+1
* | | | Input: sentelic - fix retrieving number of buttonsTai-hwa Liang2011-12-292-3/+4
* | | | Input: sentelic - release mutex upon register write failureTai-hwa Liang2011-12-231-2/+2
* | | | Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov2011-12-121-0/+11
| |/ / |/| |
* | | Input: elantech - adjust hw_version detection logicJJ Ding2011-11-091-8/+18
| |/ |/|
* | Merge branch 'next' into for-linusDmitry Torokhov2011-10-2614-345/+1363
|\|
| * Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov2011-10-1010-198/+243