aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-27Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'YueHaibing1-4/+2
2019-05-27Input: elantech - remove P52 and P72 from SMBus blacklistBenjamin Tissoires1-4/+0
2019-05-27Input: elan_i2c - handle physical middle buttonBenjamin Tissoires1-4/+12
2019-05-27Input: elantech/SMBus - export all capabilities from the PS/2 nodeBenjamin Tissoires2-5/+44
2019-05-27Input: elan_i2c - do not query the info if they are providedBenjamin Tissoires1-12/+44
2019-05-27Input: elantech - detect middle button based on firmware versionBenjamin Tissoires2-12/+7
2019-05-27Input: elantech - add helper function elantech_is_buttonpad()Benjamin Tissoires1-44/+49
2019-05-27Input: elantech - query the min/max information beforehand tooBenjamin Tissoires2-86/+79
2019-05-27Merge branch 'for-linus' into nextDmitry Torokhov4-2/+25
2019-05-23Input: iqs5xx - remove redundant dev_set_drvdata callAxel Lin1-2/+0
2019-05-23Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOADAndrey Smirnov1-2/+20
2019-05-23Input: silead - add MSSL0017 to acpi_device_idDaniel Smith1-0/+1
2019-05-20Input: elantech - enable middle button support on 2 ThinkPadsAaron Ma1-0/+2
2019-05-20Input: imx6ul_tsc - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-6/+2
2019-05-20Input: imx_keypad - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-05-20Input: da9063_onkey - convert header to SPDXWolfram Sang1-10/+1
2019-05-20Input: da9063_onkey - remove platform_data supportWolfram Sang1-9/+2
2019-05-15Input: eeti_ts - read hardware state once after wakeupDaniel Mack1-15/+56
2019-05-15Input: elan_i2c - increment wakeup count if wake sourceRavi Chandra Sadineni1-0/+2
2019-05-10Merge tag 'ib-mfd-gpio-input-leds-power-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov3-0/+131
2019-05-10Merge tag 'v5.1' into nextDmitry Torokhov29-194/+354
2019-05-10Merge branch 'next' into for-linusDmitry Torokhov21-71/+2087
2019-05-08input: max77650: Add onkey supportBartosz Golaszewski3-0/+131
2019-05-07Input: libps2 - mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-07Input: qt1050 - add Microchip AT42QT1050 supportMarco Felsch3-0/+610
2019-04-30Input: add support for Azoteq IQS550/572/525Jeff LaBundy3-0/+1144
2019-04-30Input: add a driver for GPIO controllable vibratorsLuca Weiss3-0/+220
2019-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-7/+3
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-04-26Input: synaptics-rmi4 - fix enum_fmtPhilipp Zabel1-15/+5
2019-04-26Input: synaptics-rmi4 - fill initial formatPhilipp Zabel1-0/+1
2019-04-24Input: synaptics-rmi4 - fix possible double freePan Bian1-5/+1
2019-04-24Input: snvs_pwrkey - make it depend on ARCH_MXCJacky Bai1-1/+1
2019-04-23Input: hyperv-keyboard - add module descriptionJoseph Salisbury1-0/+2
2019-04-23Input: olpc_apsp - depend on ARCH_MMPJean Delvare1-0/+1
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+28
2019-04-04Input: sun4i-a10-lradc-keys - add support for A83TZiping Chen1-4/+34
2019-04-04Input: snvs_pwrkey - use dev_pm_set_wake_irq() to simplify codeAnson Huang1-26/+4
2019-04-04Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov3-3/+4
2019-04-03Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang1-3/+3
2019-04-03Input: goodix - add GT5663 CTP supportJagan Teki1-0/+2
2019-04-03Input: goodix - add regulators suppotJagan Teki1-0/+52
2019-04-03Input: evdev - use struct_size() in kzalloc() and vzalloc()Gustavo A. R. Silva1-4/+3
2019-03-26Input: elan_i2c - add hardware ID for multiple Lenovo laptopsKT Liao1-0/+25
2019-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds25-346/+1102
2019-03-09Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke1-0/+2
2019-03-09Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts1-0/+1
2019-03-09Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEVArnd Bergmann1-0/+1
2019-03-09Input: msm-vibrator - use correct gpio headerArnd Bergmann1-1/+1
2019-03-08Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds4-51/+226