summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - disable kernel tracking on SMBus devicesAndrew Duggan2017-10-101-2/+1Star
* 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-09-011-1/+1
| * Input: elan_i2c - support touchpads with two physical buttonsKT Liao2017-08-194-5/+23
| * Input: synaptics_usb - constify usb_device_idArvind Yadav2017-08-081-1/+1
| * Input: appletouch - constify usb_device_idArvind Yadav2017-08-081-1/+1
| * Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-252-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-252-10/+39
* | | Input: trackpoint - add new trackpoint firmware IDAaron Ma2017-08-192-2/+4
* | | Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310KT Liao2017-08-191-0/+1
* | | Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NBKT Liao2017-08-151-0/+3
* | | Input: elan_i2c - add ELAN0608 to the ACPI tableKai-Heng Feng2017-08-151-0/+1
* | | Input: trackpoint - assume 3 buttons when buttons detection failsOscar Campos2017-07-191-2/+2
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-07-065-17/+117
|\| | | |/ |/|
| * Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-304-16/+26
| |\
| * | Input: elantech - force relative mode on a certain moduleKT Liao2017-05-121-0/+11
| * | Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao2017-05-124-17/+99
| * | Input: elan_i2c - check if device is there before really probingDmitry Torokhov2017-05-121-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-032-2/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-271-14/+16
| |\ \
| * \ \ Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-112-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-301-1/+9
* | | | | Input: synaptics - warn the users when there is a better modeBenjamin Tissoires2017-05-301-7/+15
* | | | | Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledBenjamin Tissoires2017-05-301-1/+2
* | | | | Input: synaptics - clear device info before filling inEric Biggers2017-05-301-0/+2
| |_|/ / |/| | |
* | | | Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao2017-05-251-13/+8Star
* | | | 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-042-40/+42
| * | Input: synaptics - do not abuse -1 as return valueDmitry Torokhov2017-04-041-25/+46
| * | Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov2017-04-042-48/+48
| * | Input: synaptics - add synaptics_query_int()Dmitry Torokhov2017-04-042-48/+32Star
| * | 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
| * | Input: psmouse - store pointer to current protocolDmitry Torokhov2017-03-252-55/+58
| * | Input: psmouse - implement fast reconnect optionDmitry Torokhov2017-03-252-3/+28
| * | Input: synaptics - do not mix logical and bitwise operationsDmitry Torokhov2017-03-232-6/+6