summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-13/+13
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1516/+447
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov-1516/+447
2018-01-31Input: goodix - use generic touchscreen_propertiesMarcin Niestroj-83/+58
2018-01-31Input: mms114 - fix typo in definitionAndi Shyti-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-11/+11
2018-01-30Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti-1/+1
2018-01-30Input: mms114 - replace mdelay with msleepAndi Shyti-1/+1
2018-01-26Input: mms114 - add support for mms152Simon Shields-19/+73
2018-01-26Input: mms114 - drop platform data and use generic APIsSimon Shields-82/+65
2018-01-26Input: mms114 - mark as direct input deviceDmitry Torokhov-8/+5
2018-01-26Input: mms114 - do not clobber interrupt triggerDmitry Torokhov-3/+3
2018-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-130/+210
2018-01-24Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer-3/+9
2018-01-24Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov-8/+6
2018-01-22Input: stmfts - set IRQ_NOAUTOEN to the irq flagAndi Shyti-3/+8
2018-01-22Input: auo-pixcir-ts - delete an unnecessary return statementMarkus Elfring-2/+0
2018-01-22Input: auo-pixcir-ts - remove custom log for a failed memory allocationMarkus Elfring-3/+1
2018-01-22Input: da9052_tsi - remove unused mutexMarcus Folkesson-1/+0
2018-01-22Input: synaptics-rmi4 - log when we create a guest serio portDmitry Torokhov-4/+5
2018-01-22Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov-10/+54
2018-01-22Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov-7/+7
2018-01-22Input: ad7877 - use managed resource allocationsAndi Shyti-44/+23
2018-01-22Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti-20/+10
2018-01-22Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov-110/+172
2018-01-22Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma-0/+3
2018-01-22Input: xpad - add support for PDP Xbox One controllersMark Furneaux-0/+19
2018-01-22Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti-20/+10
2018-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-23/+44
2018-01-19Input: remove atmel-wm97xx touchscreen driverCorentin Labbe-452/+0
2018-01-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers-1/+3
2018-01-18Input: cyapa - remove redundant assignment to 'pwr_cmd'Colin Ian King-1/+1
2018-01-18Input: remove at32psifCorentin Labbe-368/+0
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall-56/+17
2018-01-16Input: remove remaining unneeded MODULE_VERSION() usageGreg Kroah-Hartman-2/+0
2018-01-16Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman-5/+0
2018-01-16Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman-7/+0
2018-01-16Input: elan_i2c - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman-2/+0
2018-01-16Input: pmic8xxx-keypad - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman-1/+0
2018-01-16Input: synaptics_rmi4 - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman-5/+0
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman-8/+4
2018-01-16Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axesPeter Hutterer-0/+10
2018-01-16Input: psmouse - fix Synaptics detection when protocol is disabledDmitry Torokhov-13/+21
2018-01-12Input: goodix - disable IRQs while suspendedHans de Goede-2/+6
2018-01-12Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry-14/+19
2018-01-10Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰-0/+1
2018-01-10Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann-0/+4
2018-01-09Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani-14/+21
2018-01-09Input: silead - add support for capactive home button found on some x86 tabletsHans de Goede-11/+35