summaryrefslogtreecommitdiff
path: root/drivers/input/serio
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Input: i8042 - swap old quirk combination with new quirk for more devicesWerner Sembach1-21/+10
2025-03-28Input: i8042 - swap old quirk combination with new quirk for several devicesWerner Sembach1-26/+14
2025-03-28Input: i8042 - add required quirks for missing old boardnamesWerner Sembach1-0/+30
2025-03-28Input: i8042 - swap old quirk combination with new quirk for NHxxRZQWerner Sembach1-9/+1
2024-10-17Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD lineWerner Sembach1-0/+7
2024-10-17Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk tableWerner Sembach1-0/+7
2024-10-17Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk tableWerner Sembach1-0/+23
2024-09-18Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk tableTakashi Iwai1-0/+9
2024-08-29Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combin...Werner Sembach1-9/+1
2024-08-29Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3Werner Sembach2-6/+14
2024-07-25Input: i8042 - add Ayaneo Kun to i8042 quirk tableTobias Jakobi1-2/+16
2024-06-12Input: ioc3kbd - add device tableKarel Balej1-0/+7
2024-06-12Input: ioc3kbd - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-01Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk tableSzilard Fabian1-0/+8
2024-02-16Input: i8042 - fix strange behavior of touchpad on Clevo NS70PUWerner Sembach1-0/+6
2024-01-20Input: i8042 - add nomux quirk for Acer P459-G2-MEsther Shimanovich1-0/+8
2023-10-20Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk tableSzilard Fabian1-0/+8
2023-09-13Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PNWerner Sembach1-0/+7
2023-04-06Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose1-0/+8
2023-04-06Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach1-0/+28
2023-02-01Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach1-0/+7
2022-11-19Merge tag 'input-for-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+4
2022-11-19Input: i8042 - fix leaking of platform device on module removalChen Jun1-4/+0
2022-11-08Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai1-4/+4
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-65/+70
2022-10-10Input: i8042 - fix refount leak on sparcLiang He1-8/+19
2022-10-10Input: i8042 - add LoongArch support in i8042-acpipnpio.hHuacai Chen2-1/+7
2022-10-10Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.hHuacai Chen2-4/+4
2022-10-04input: libps2: mark data received in __ps2_command() as initializedAlexander Potapenko1-1/+4
2022-09-30input: drop empty comment blocksChristophe JAILLET4-12/+0
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang19-40/+40
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-479/+791
2022-08-02Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen1-0/+4
2022-07-09Input: i8042 - add dritek quirk for Acer Aspire One AO532Hans de Goede1-0/+8
2022-07-08Input: i8042 - add additional TUXEDO devices to i8042 quirk tablesWerner Sembach1-8/+68
2022-06-30Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach1-0/+129
2022-06-30Input: i8042 - add debug output for quirksWerner Sembach1-0/+25
2022-06-30Input: i8042 - merge quirk tablesWerner Sembach1-500/+590
2022-06-30Input: i8042 - move __initconst to fix code styling warningWerner Sembach1-1/+1
2022-02-19Merge tag 'v5.17-rc4' into nextDmitry Torokhov1-3/+2
2022-02-16Input: ps2-gpio - enforce GPIOs flag open drainDanilo Krummrich1-2/+7
2022-02-16Input: ps2-gpio - don't send rx data before the stop bitDanilo Krummrich1-14/+8
2022-02-16Input: ps2-gpio - remove tx timeout from ps2_gpio_irq_tx()Danilo Krummrich1-9/+1
2022-02-16Input: ps2-gpio - use ktime for IRQ timekeepingDanilo Krummrich1-20/+82
2022-02-16Input: ps2-gpio - refactor struct ps2_gpio_dataDanilo Krummrich1-28/+32
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+2
2021-12-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-19/+56
2021-12-07Input: i8042 - enable deferred probe quirk for ASUS UM325UASamuel Čavoj1-0/+7
2021-11-29Input: i8042 - add deferred probe supportTakashi Iwai2-19/+49
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby1-3/+2