summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2025-03-22Input: i8042 - swap old quirk combination with new quirk for more devicesWerner Sembach1-21/+10
2025-03-22Input: i8042 - swap old quirk combination with new quirk for several devicesWerner Sembach1-26/+14
2025-03-22Input: i8042 - add required quirks for missing old boardnamesWerner Sembach1-0/+30
2025-03-22Input: i8042 - swap old quirk combination with new quirk for NHxxRZQWerner Sembach1-9/+1
2025-03-22Input: xpad - rename QH controller to Legion Go SAntheas Kapenekakis1-2/+2
2025-03-22Input: xpad - add support for TECNO Pocket GoAntheas Kapenekakis1-0/+2
2025-03-22Input: xpad - add support for ZOTAC Gaming ZoneAntheas Kapenekakis1-0/+2
2025-03-22Input: xpad - add multiple supported devicesPavel Rojtberg1-1/+19
2025-03-22Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllersNilton Perim Neto1-5/+8
2025-03-22Input: iqs7222 - preserve system status registerJeff LaBundy1-28/+22
2025-03-22Input: ads7846 - fix gpiod allocationH. Nikolaus Schaller1-1/+1
2025-02-27Input: synaptics - fix crash when enabling pass-through portDmitry Torokhov2-14/+43
2025-02-01Input: xpad - add support for wooting two he (arm)Jack Greiner1-0/+1
2025-02-01Input: xpad - add support for Nacon Evol-X Xbox One ControllerMatheos Mattsson1-0/+2
2025-02-01Input: xpad - improve name of 8BitDo controller 2dc8:3106Leonardo Brondani Schenkel1-1/+1
2025-02-01Input: xpad - add QH Electronics VID/PIDPierre-Loup A. Griffais1-0/+2
2025-02-01Input: xpad - add unofficial Xbox 360 wireless receiver cloneNilton Perim Neto1-0/+1
2025-02-01Input: atkbd - map F23 key to support default copilot shortcutMark Pearson1-1/+1
2025-02-01Input: xpad - add support for Nacon Pro CompactNicolas Nobelis1-0/+1
2024-11-08Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov1-1/+18
2024-11-08Input: xpad - add support for 8BitDo Ultimate 2C Wireless ControllerStefan Kerkmann1-0/+1
2024-11-08Input: xpad - sort xpad_device by vendor and product IDBrenton Simpson1-3/+8
2024-10-22Input: xpad - add support for MSI Claw A1MJohn Edwards1-0/+2
2024-10-17Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removalMathias Krause1-3/+3
2024-10-10Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa1-3/+10
2024-10-10Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa1-6/+3
2024-10-04Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD lineWerner Sembach1-0/+7
2024-10-04Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk tableWerner Sembach1-0/+7
2024-10-04Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk tableWerner Sembach1-0/+23
2024-10-04Input: adp5588-keys - fix check on return codeNuno Sa1-1/+1
2024-10-04Input: ilitek_ts_i2c - add report id message validationEmanuele Ghidoli1-0/+7
2024-10-04Input: ilitek_ts_i2c - avoid wrong input subsystem syncEmanuele Ghidoli1-6/+5
2024-09-18Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk tableTakashi Iwai1-0/+9
2024-09-18Input: synaptics - enable SMBus for HP Elitebook 840 G2Jonathan Denose1-0/+1
2024-09-18Input: ads7846 - ratelimit the spi_sync error messageMarek Vasut1-1/+1
2024-09-12Input: uinput - reject requests with unreasonable number of slotsDmitry Torokhov1-0/+14
2024-09-12Input: ili210x - use kvmalloc() to allocate buffer for firmware updateDmitry Torokhov1-3/+3
2024-08-29Input: MT - limit max slotsTetsuo Handa1-0/+3
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-08-19Revert "Input: bcm5974 - check endpoint type before starting traffic"Javier Carrasco1-20/+0
2024-08-19Input: bcm5974 - check endpoint type before starting trafficJavier Carrasco1-0/+20
2024-08-03Input: elan_i2c - do not leave interrupt disabled on suspend failureDmitry Torokhov1-0/+2
2024-08-03Input: qt1050 - handle CHIP_ID reading errorAndrei Lalaev1-1/+6
2024-07-25Input: ads7846 - use spi_device_id tableAlexander Stein1-1/+11
2024-07-25Input: xpad - add support for ASUS ROG RAIKIRI PROLuke D. Jones1-0/+1
2024-07-25Input: i8042 - add Ayaneo Kun to i8042 quirk tableTobias Jakobi1-2/+16
2024-07-25Input: elantech - fix touchpad state on resume for Lenovo N24Jonathan Denose1-0/+31
2024-07-25Input: silead - Always support 10 fingersHans de Goede1-14/+5
2024-07-11Input: ff-core - prefer struct_size over open coded arithmeticErick Archer1-3/+4