summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Input: atmel_mxt_ts - fix the firmware updateNick Dyer1-76/+110
2018-06-20Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET1-2/+5
2018-06-16Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI IDJohannes Wienke1-0/+1
2018-06-16Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee1-0/+1
2018-06-16Input: xpad - add GPD Win 2 Controller USB IDsEthan Lee1-0/+2
2018-06-05Input: elan_i2c_smbus - fix corrupted stackBenjamin Tissoires1-11/+11
2018-06-05Input: synaptics - add Lenovo 80 series ids to SMBusBenjamin Tissoires1-0/+2
2018-06-05Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Aaron Ma1-0/+2
2018-06-05Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoi...Edvard Holst1-0/+1
2018-06-05Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMIDmitry Torokhov1-0/+1
2018-05-09Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)1-0/+9
2018-05-09Input: leds - fix out of bound accessDmitry Torokhov1-4/+4
2018-04-08Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpadOndrej Zary1-0/+17
2018-04-08Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset listDennis Wassenberg1-0/+7
2018-04-08Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370Masaki Ota1-3/+21
2018-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-11/+9
2018-03-08Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"Arkadiusz Hiler1-1/+0
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds8-13/+13
2018-02-10Input: matrix_keypad - fix race when disabling interruptsZhang Bo1-1/+3
2018-02-03Input: mms114 - add SPDX identifierAndi Shyti1-8/+5
2018-02-03Input: mms114 - fix license module informationAndi Shyti1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds54-1516/+447
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov54-1516/+447
2018-02-01Input: goodix - use generic touchscreen_propertiesMarcin Niestroj1-83/+58
2018-02-01Input: mms114 - fix typo in definitionAndi Shyti1-2/+2
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-11/+11
2018-01-30Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti1-1/+1
2018-01-30Input: mms114 - replace mdelay with msleepAndi Shyti1-1/+1
2018-01-26Input: mms114 - add support for mms152Simon Shields1-19/+73
2018-01-26Input: mms114 - drop platform data and use generic APIsSimon Shields1-82/+65
2018-01-26Input: mms114 - mark as direct input deviceDmitry Torokhov1-8/+5
2018-01-26Input: mms114 - do not clobber interrupt triggerDmitry Torokhov1-3/+3
2018-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-130/+210
2018-01-25Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer1-3/+9
2018-01-25Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov1-8/+6
2018-01-23Input: stmfts - set IRQ_NOAUTOEN to the irq flagAndi Shyti1-3/+8
2018-01-23Input: auo-pixcir-ts - delete an unnecessary return statementMarkus Elfring1-2/+0
2018-01-23Input: auo-pixcir-ts - remove custom log for a failed memory allocationMarkus Elfring1-3/+1
2018-01-23Input: da9052_tsi - remove unused mutexMarcus Folkesson1-1/+0
2018-01-23Input: synaptics-rmi4 - log when we create a guest serio portDmitry Torokhov1-4/+5
2018-01-23Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov1-10/+54
2018-01-23Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov1-7/+7
2018-01-23Input: ad7877 - use managed resource allocationsAndi Shyti1-44/+23
2018-01-23Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2-20/+10
2018-01-23Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2-110/+172
2018-01-23Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma1-0/+3
2018-01-22Input: xpad - add support for PDP Xbox One controllersMark Furneaux1-0/+19
2018-01-22Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2-20/+10
2018-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-23/+44