summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-025-0/+5
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* | Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng2017-10-241-0/+1
|/
* Input: synaptics - disable kernel tracking on SMBus devicesAndrew Duggan2017-10-091-2/+1
* Input: elan_i2c - extend Flash-Write delayKT Liao2017-09-221-1/+1
* Merge branch 'next' into for-linusDmitry Torokhov2017-09-151-2/+6
|\
| * Input: elantech - make arrays debounce_packet static, reduces object code sizeColin Ian King2017-09-111-2/+6
* | Merge branch 'next' into for-linusDmitry Torokhov2017-09-049-10/+28
|\ \ | |/
| * Input: byd - make array seq static, reduces object code sizeColin Ian King2017-08-311-1/+1
| * Input: elan_i2c - support touchpads with two physical buttonsKT Liao2017-08-184-5/+23
| * Input: synaptics_usb - constify usb_device_idArvind Yadav2017-08-071-1/+1
| * Input: appletouch - constify usb_device_idArvind Yadav2017-08-071-1/+1
| * Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-242-9/+44
| |\
| * | Input: psmouse - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
| * | Input: elantech - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* | | Input: synaptics - fix device info appearing different on reconnectAnthony Martin2017-08-281-15/+20
* | | Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadMasaki Ota2017-08-242-10/+39
* | | Input: trackpoint - add new trackpoint firmware IDAaron Ma2017-08-182-2/+4
* | | Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310KT Liao2017-08-181-0/+1
* | | Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NBKT Liao2017-08-141-0/+3
* | | Input: elan_i2c - add ELAN0608 to the ACPI tableKai-Heng Feng2017-08-141-0/+1
* | | Input: trackpoint - assume 3 buttons when buttons detection failsOscar Campos2017-07-181-2/+2
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-07-065-17/+117
|\ \ \ | |/ / | | / | |/ |/|
| * Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-294-16/+26
| |\
| * | Input: elantech - force relative mode on a certain moduleKT Liao2017-05-111-0/+11
| * | Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao2017-05-114-17/+99
| * | Input: elan_i2c - check if device is there before really probingDmitry Torokhov2017-05-111-0/+7
* | | Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabledUlrik De Bie2017-06-071-0/+16
* | | Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov2017-06-022-2/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-261-14/+16
| |\ \
| * \ \ Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-102-2/+2
| |\ \ \
| | * | | Annotate hardware config module parameters in drivers/input/David Howells2017-04-202-2/+2
* | | | | Input: synaptics - tell users to report when they should be using rmi-smbusBenjamin Tissoires2017-05-291-1/+9
* | | | | Input: synaptics - warn the users when there is a better modeBenjamin Tissoires2017-05-291-7/+15
* | | | | Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledBenjamin Tissoires2017-05-291-1/+2
* | | | | Input: synaptics - clear device info before filling inEric Biggers2017-05-291-0/+2
| |_|/ / |/| | |
* | | | Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao2017-05-251-13/+8
* | | | Input: elan_i2c - clear INT before resetting controllerKT Liao2017-05-251-1/+8
|/ / /
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-05-0210-567/+1296
|\ \ \ | | |/ | |/|
| * | Input: synaptics - use u8 instead of unsigned charDmitry Torokhov2017-04-032-40/+42
| * | Input: synaptics - do not abuse -1 as return valueDmitry Torokhov2017-04-031-25/+46
| * | Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov2017-04-032-48/+48
| * | Input: synaptics - add synaptics_query_int()Dmitry Torokhov2017-04-032-48/+32
| * | Input: psmouse - use i2c_client_type to locate i2c clientsDmitry Torokhov2017-04-031-1/+1
| * | Merge tag 'v4.11-rc5' into nextDmitry Torokhov2017-04-033-29/+74
| |\ \ | | |/
| * | Input: psmouse - fix cleaning up SMBus companionsDmitry Torokhov2017-04-031-11/+19
| * | Input: synaptics - add support for Intertouch devicesBenjamin Tissoires2017-03-255-175/+421
| * | Input: synaptics - split device info into a separate structureDmitry Torokhov2017-03-252-187/+233
| * | Input: psmouse - add support for SMBus companionsBenjamin Tissoires2017-03-255-2/+343
| * | Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov2017-03-252-33/+71
OpenPOWER on IntegriCloud