summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2025-03-22Input: i8042 - swap old quirk combination with new quirk for more devicesWerner Sembach
2025-03-22Input: i8042 - swap old quirk combination with new quirk for several devicesWerner Sembach
2025-03-22Input: i8042 - add required quirks for missing old boardnamesWerner Sembach
2025-03-22Input: i8042 - swap old quirk combination with new quirk for NHxxRZQWerner Sembach
2025-03-22Input: xpad - rename QH controller to Legion Go SAntheas Kapenekakis
2025-03-22Input: xpad - add support for TECNO Pocket GoAntheas Kapenekakis
2025-03-22Input: xpad - add support for ZOTAC Gaming ZoneAntheas Kapenekakis
2025-03-22Input: xpad - add multiple supported devicesPavel Rojtberg
2025-03-22Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllersNilton Perim Neto
2025-03-22Input: iqs7222 - preserve system status registerJeff LaBundy
2025-03-22Input: ads7846 - fix gpiod allocationH. Nikolaus Schaller
2025-03-22Input: goodix-berlin - fix vddio regulator referencesLuca Weiss
2025-02-27Input: synaptics - fix crash when enabling pass-through portDmitry Torokhov
2025-02-17Input: bbnsm_pwrkey - add remove hookPeng Fan
2025-02-01Input: xpad - add support for wooting two he (arm)Jack Greiner
2025-02-01Input: xpad - add support for Nacon Evol-X Xbox One ControllerMatheos Mattsson
2025-02-01Input: xpad - improve name of 8BitDo controller 2dc8:3106Leonardo Brondani Schenkel
2025-02-01Input: xpad - add QH Electronics VID/PIDPierre-Loup A. Griffais
2025-02-01Input: xpad - add unofficial Xbox 360 wireless receiver cloneNilton Perim Neto
2025-02-01Input: atkbd - map F23 key to support default copilot shortcutMark Pearson
2025-02-01Input: xpad - add support for Nacon Pro CompactNicolas Nobelis
2024-12-05Input: cs40l50 - fix wrong usage of INIT_WORK()Yuan Can
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-02Input: fix regression when re-registering input handlersDmitry Torokhov
2024-10-25Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov
2024-10-24Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov
2024-10-19Merge tag 'input-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-18Input: zinitix - don't fail if linux,keycodes prop is absentNikita Travkin
2024-10-18Input: xpad - add support for MSI Claw A1MJohn Edwards
2024-10-16Input: xpad - add support for 8BitDo Ultimate 2C Wireless ControllerStefan Kerkmann
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-01Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa
2024-10-01Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa
2024-10-01Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-22Input: hynitron_cstxxx - drop explicit initialization of struct i2c_device_id...Uwe Kleine-König
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-20Merge branch 'next' into for-linusDmitry Torokhov
2024-09-20Input: adp5588-keys - fix check on return codeNuno Sa
2024-09-18Input: Convert comma to semicolonShen Lichuan
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-13Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk tableWerner Sembach
2024-09-13Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD lineWerner Sembach
2024-09-13Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)
2024-09-13Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan