summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorLines
2015-01-18Input: cyapa - add gen3 trackpad read baseline supportDudley Du-0/+72
2015-01-18Input: cyapa - add gen3 trackpad device firmware update supportDudley Du-0/+309
2015-01-18Input: cyapa - add sysfs interfaces support in the cyapa driverDudley Du-0/+310
2015-01-18Input: cyapa - add runtime power management supportDudley Du-1/+189
2015-01-18Input: cyapa - add power management interfaces support for the deviceDudley Du-0/+136
2015-01-18Input: cyapa - add gen5 trackpad device basic functions supportDudley Du-1/+1693
2015-01-18Input: cyapa - re-design driver to support multi-trackpad in one driverDudley Du-666/+1516
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov-28/+89
2015-01-11Input: alps - add sanity checks for non DualPoint devicesPali Rohár-2/+20
2015-01-11Input: alps - fix name, product and version of dev2 input devicePali Rohár-4/+14
2015-01-08Input: elantech - support new ICs types for version 4Sam hung-0/+2
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-10/+83
2014-12-29Input: synaptics - remove duplicated codeBenjamin Tissoires-37/+1
2014-12-29Input: synaptics - use in-kernel tracking for reporting mt dataBenjamin Tissoires-381/+34
2014-12-29Input: psmouse - support for the FocalTech PS/2 protocol extensionsMathias Gottschlag-17/+436
2014-12-18Merge branch 'next' into for-linusDmitry Torokhov-10/+83
2014-12-18Input: alps - v7: document the v7 touchpad packet protocolHans de Goede-0/+28
2014-12-18Input: alps - v7: fix finger counting for > 2 fingers on clickpadsHans de Goede-4/+12
2014-12-18Input: alps - v7: sometimes a single touch is reported in mt[1]Hans de Goede-4/+14
2014-12-18Input: alps - v7: ignore new packetsHans de Goede-6/+24
2014-12-17Input: psmouse - expose drift duration for IBM trackpointshaarp-0/+9
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-144/+2546
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov-144/+2546
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2014-12-04Input: cyapa - use 'error' for error codesDudley Du-47/+47
2014-12-03Input: cyapa - fix resuming the deviceDudley Du-4/+3
2014-11-25Input: elantech - trust firmware about trackpoint presenceDmitry Torokhov-9/+1
2014-11-16Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal-0/+4
2014-11-13Input: elantech - provide a sysfs knob for crc_enabledUlrik De Bie-0/+2
2014-11-13Input: elantech - report the middle button of the touchpadUlrik De Bie-0/+19
2014-11-13Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár-1/+16
2014-11-09Input: cyapa - switch to using managed resourcesDudley Du-79/+105
2014-11-09Input: lifebook - use "static inline" instead of "inline" in lifebook.hChen Gang-3/+3
2014-11-09Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár-0/+3
2014-11-08Input: alps - ignore potential bare packets when device is out of syncPali Rohár-1/+7
2014-11-08Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie-1/+18
2014-11-08Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie-2/+14
2014-11-06Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai-2/+3
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-3/+0
2014-11-02Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-12/+6
2014-10-28Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov-7/+0
2014-10-28Input: vsxxxaa - fix code dropping bytes from queueDmitry Torokhov-1/+1
2014-10-24Input: add driver for Elan I2C/SMbus touchpadDuson Lin-0/+2383
2014-10-20input: mouse: drop owner assignment from platform_driversWolfram Sang-3/+0
2014-10-15Input: alps - fix v4 button press recognitionAndreas Bosch-2/+2
2014-10-11Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov-7/+23
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov-27/+222
2014-09-15Input: psmouse - add support for detecting FocalTech PS/2 touchpadsHans de Goede-1/+91
2014-09-12Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede-14/+18
2014-09-09Input: synaptics - add support for ForcePadsDmitry Torokhov-16/+63