aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2-110/+172
2018-01-22Input: 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-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers1-1/+3
2018-01-12Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry2-14/+19
2018-01-10Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰1-0/+1
2018-01-10Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann1-0/+4
2018-01-08Input: 88pm860x-ts - fix child-node lookupJohan Hovold1-4/+12
2018-01-08Input: twl6040-vibra - fix child-node lookupJohan Hovold1-2/+1
2018-01-08Input: twl4030-vibra - fix sibling-node lookupJohan Hovold1-2/+4
2018-01-02Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko1-2/+0
2017-12-18Input: hideep - fix compile error due to missing include fileAnthony Kim1-2/+1
2017-11-29Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov1-3/+7
2017-11-29Input: joystick/analog - riscv has get_cycles()Olof Johansson1-1/+1
2017-11-26Input: elantech - add new icbody type 15Aaron Ma1-1/+1
2017-11-26Input: ims-pcu - fix typo in the error messageZhen Lei1-1/+1
2017-11-13Merge branch 'next' into for-linusDmitry Torokhov67-560/+2652
2017-11-10Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-10Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva1-5/+5
2017-11-10Input: spaceball - mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2017-11-10Input: uinput - unlock on allocation failure in ioctlDan Carpenter1-2/+4
2017-11-10Input: add support for the Samsung S6SY761 touchscreenAndi Shyti3-0/+571
2017-11-10Input: add support for HiDeep touchscreenAnthony Kim3-0/+1132
2017-11-07Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven1-13/+3
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov21-9/+32
2017-11-07Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3Yiannis Marangos1-2/+2
2017-11-07Input: tsc200x-core - set INPUT_PROP_DIRECTMartin Kepplinger1-0/+1
2017-11-07Input: elan_i2c - add ELAN060C to the ACPI tableKai-Heng Feng1-0/+1
2017-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+2
2017-11-03Input: sparse-keymap - send sync event for KE_SW/KE_VSWStefan Brüns1-0/+1
2017-11-03Input: ar1021_i2c - set INPUT_PROP_DIRECTMartin Kepplinger1-0/+1
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook1-6/+5
2017-11-03Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim1-12/+40
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-9/+14
2017-10-27Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King1-1/+1
2017-10-27Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan1-2/+3
2017-10-27Input: gtco - fix potential out-of-bound accessDmitry Torokhov1-7/+10
2017-10-25Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan3-0/+234
2017-10-24Input: goodix - support gt1151 touchpanelMarcin Niestroj1-27/+98
2017-10-24Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng1-0/+1
2017-10-24Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov1-0/+1
2017-10-24Input: hil_mlc - convert to using timer_setup()Kees Cook1-2/+2
2017-10-24Input: hp_sdc - convert to using timer_setup()Kees Cook1-3/+2
2017-10-24Input: touchsceen - convert timers to use timer_setup()Kees Cook5-18/+18
2017-10-24Input: keyboard - convert timers to use timer_setup()Kees Cook6-22/+19
2017-10-23Input: uinput - fold header into the driver properDmitry Torokhov1-1/+39
2017-10-23Input: uinput - remove uinput_allocate_device()Dmitry Torokhov1-18/+10