summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: elan_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-09-301-3/+7
* Input: elan_i2c - remove duplicate ELAN0605 idNik Nyby2017-09-221-1/+0
* Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dmitry Torokhov2017-09-226-29/+70
|\
| * 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
| |\
* | | Input: elantech - make arrays debounce_packet static, reduces object code sizeColin Ian King2017-09-111-2/+6
* | | 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: 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
| |\ \
| * | | 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: psmouse - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* | | | Input: elantech - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
| |_|/ |/| |
* | | Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-304-16/+26
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-271-14/+16
| |\|
| | * 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 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
| * | Merge branch 'next' into for-linusDmitry Torokhov2017-05-0210-567/+1296
| |\ \
| * | | Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis2017-04-181-0/+8
| | |/ | |/|
* | | 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: 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/+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: ALPS - fix trackstick button handling on V8 devicesMasaki Ota2017-03-171-4/+2
| * Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota2017-03-172-16/+61
| * Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic2017-03-101-9/+11
| * Merge branch 'next' into for-linusDmitry Torokhov2017-02-2115-78/+100
| |\
* | | 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