aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2022-08-30Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko2-7/+8
2022-08-29Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2022-08-27Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell1-0/+1
2022-08-22Input: rk805-pwrkey - fix module autoloadingPeter Robinson1-0/+1
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang35-76/+76
2022-08-17Input: adc-joystick - add polled input device supportChris Morgan1-12/+53
2022-08-17Input: Add IBM Operation Panel driverEddie James3-0/+218
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov32-144/+58
2022-08-17Input: sun4i-ts - switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König23-68/+23
2022-08-11Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-08-11Input: applespi - use correct struct names in commentColin Ian King1-1/+1
2022-08-11Input: tc3589x-keypad - use correct struct names in commentColin Ian King1-1/+1
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-919/+1441
2022-08-10Input: mt6779-keypad - support double keys matrixMattijs Korpershoek1-1/+31
2022-08-10Input: mt6779-keypad - prepare double keys support with calc_row_colMattijs Korpershoek1-2/+13
2022-08-05Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-47/+6
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-28/+14
2022-08-02Input: elan_i2c - convert to use dev_groupsGreg Kroah-Hartman1-6/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov39-1081/+1564
2022-08-02Input: adc-joystick - fix ordering in adc_joystick_probe()Dmitry Torokhov1-7/+8
2022-08-02Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen1-0/+4
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak3-14/+80
2022-07-20Input: properly queue synthetic eventsDmitry Torokhov1-62/+63
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+11
2022-07-08Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede1-0/+5
2022-07-08Input: i8042 - add dritek quirk for Acer Aspire One AO532Hans de Goede1-0/+8
2022-07-08Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek1-0/+10
2022-07-08Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek1-3/+5
2022-07-08Input: i8042 - add additional TUXEDO devices to i8042 quirk tablesWerner Sembach1-8/+68
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov16-146/+101
2022-07-08Input: wm97xx - make .remove() obviously always return 0Uwe Kleine-König1-1/+3
2022-07-06Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko1-14/+8
2022-06-29Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach1-0/+129
2022-06-29Input: i8042 - add debug output for quirksWerner Sembach1-0/+25
2022-06-29Input: i8042 - merge quirk tablesWerner Sembach1-500/+590
2022-06-29Input: i8042 - move __initconst to fix code styling warningWerner Sembach1-1/+1
2022-06-28Input: sensehat-joystick - remove unnecessary error messageYang Li1-3/+1
2022-06-28Input: exc3000 - fix return value check of wait_for_completion_timeoutMiaoqian Lin1-3/+4
2022-06-28Input: edt-ft5x06 - show crc and header errors by sysfsDario Binacchi1-0/+30
2022-06-28Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi1-5/+17
2022-06-28Input: edt-ft5x06 - show model name by sysfsDario Binacchi1-0/+12
2022-06-28Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi1-0/+23
2022-06-28Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi1-3/+6
2022-06-27Input: usbtouchscreen - add driver_info sanity checkJohan Hovold1-0/+3
2022-06-27Input: iqs7222 - remove support for RF filterJeff LaBundy1-7/+0
2022-06-27Input: iqs7222 - handle reset during ATIJeff LaBundy1-3/+6
2022-06-27Input: iqs7222 - acknowledge reset before writing registersJeff LaBundy1-3/+29