aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-44/+204
2017-07-12Merge branch 'next' into for-linusGravatar Dmitry Torokhov 3-44/+204
2017-07-12Input: i8042 - fix crash at boot timeGravatar Chen Hong 1-3/+9
2017-07-09Input: gpio_keys - handle the missing key press event in resume phaseGravatar Joseph Lo 1-1/+16
2017-07-09Input: xen-kbdfront - add multi-touch supportGravatar Oleksandr Andrushchenko 1-40/+179
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 23-67/+1273
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+1
2017-07-06Merge branch 'work.probe_kernel_read' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+1
2017-07-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 23-67/+1273
2017-06-23Input: synaptics-rmi4 - only read the F54 query registers which are usedGravatar Andrew Duggan 1-10/+7
2017-06-19Input: i8042 - add Fujitsu Lifebook AH544 to notimeout listGravatar Daniel Drake 1-0/+7
2017-06-18Input: xpad - sync supported devices with XBCDGravatar Benjamin Valentin 1-0/+30
2017-06-18Input: xpad - sync supported devices with 360ControllerGravatar Benjamin Valentin 1-0/+57
2017-06-18Input: soc_button_array - fix leaking the ACPI button descriptor bufferGravatar Hans de Goede 1-6/+14
2017-06-09Input: synaptics-rmi4 - register F03 port as pass-through serioGravatar Dmitry Torokhov 1-1/+1
2017-06-09Input: xen-kbdfront - use string constants from PV protocolGravatar Oleksandr Andrushchenko 1-9/+13
2017-06-09Input: stmfts - mark all PM functions as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2017-06-07Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabledGravatar Ulrik De Bie 1-0/+16
2017-06-05Input: add support for the STMicroelectronics FingerTip touchscreenGravatar Andi Shyti 3-0/+834
2017-06-05Input: add D-Link DIR-685 touchkeys driverGravatar Linus Walleij 3-0/+167
2017-06-02Input: s3c2410_ts - handle return value of clk_prepare_enableGravatar Arvind Yadav 1-1/+7
2017-06-02Input: axp20x-pek - add wakeup supportGravatar Hans de Goede 1-0/+28
2017-06-02Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooGravatar Hans de Goede 1-2/+3
2017-06-02Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailGravatar Hans de Goede 1-7/+36
2017-06-02Merge tag 'v4.12-rc3' into for-linusGravatar Dmitry Torokhov 13-33/+866
2017-06-01Input: synaptics-rmi4 - use %phN to form F34 configuration IDGravatar Dmitry Torokhov 1-14/+8
2017-06-01Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULLGravatar Andi Shyti 1-1/+1
2017-05-29Input: synaptics-rmi4 - change a char type to u8Gravatar Dan Carpenter 1-1/+1
2017-05-29Input: sparse-keymap - remove sparse_keymap_free()Gravatar Dmitry Torokhov 1-14/+0
2017-05-29Input: synaptics - tell users to report when they should be using rmi-smbusGravatar Benjamin Tissoires 1-1/+9
2017-05-29Input: synaptics - warn the users when there is a better modeGravatar Benjamin Tissoires 1-7/+15
2017-05-29Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledGravatar Benjamin Tissoires 1-1/+2
2017-05-29Input: synaptics - clear device info before filling inGravatar Eric Biggers 1-0/+2
2017-05-29Input: silead - disable interrupt during suspendGravatar Hans de Goede 1-0/+3
2017-05-29Merge tag 'v4.12-rc3' into nextGravatar Dmitry Torokhov 23-55/+1346
2017-05-29gpio: adp5588: move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-05-27hp_sdc: use probe_kernel_read()Gravatar Al Viro 1-5/+1
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-15/+18
2017-05-25Input: elan_i2c - ignore signals when finishing updating firmwareGravatar KT Liao 1-13/+8
2017-05-25Input: elan_i2c - clear INT before resetting controllerGravatar KT Liao 1-1/+8
2017-05-22Input: tsc2007 - move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-05-22Input: mms114 - move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-05-22Input: mcs - move header file out of I2C realmGravatar Wolfram Sang 2-2/+2
2017-05-22Input: lm8323 - move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-05-22Input: atmel_mxt_ts - add T100 as a readable objectGravatar Maxime Roussin-Bélanger 1-0/+1
2017-05-22Input: edt-ft5x06 - increase allowed data range for threshold parameterGravatar Martin Kepplinger 1-1/+1
2017-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 5-7/+445
2017-05-11Input: elantech - force relative mode on a certain moduleGravatar KT Liao 1-0/+11
2017-05-11Input: elan_i2c - add support for fetching chip type on newer hardwareGravatar KT Liao 4-17/+99
2017-05-11Input: elan_i2c - check if device is there before really probingGravatar Dmitry Torokhov 1-0/+7