summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan2024-04-131-1/+5
* Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König2024-03-261-6/+4
* Input: i8042 - fix strange behavior of touchpad on Clevo NS70PUWerner Sembach2024-03-151-0/+6
* Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede2024-02-231-5/+8
* Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede2024-01-251-5/+7
* Input: xpad - add Razer Wolverine V2 supportLuca Weiss2024-01-251-0/+1
* Input: i8042 - add nomux quirk for Acer P459-G2-MEsther Shimanovich2024-01-251-0/+8
* Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede2024-01-251-4/+42
* Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu2024-01-081-0/+3
* Input: xpad - add HyperX Clutch Gladiate SupportMax Nguyen2023-12-081-0/+2
* Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()Dan Carpenter2023-11-201-1/+1
* Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov2023-11-082-22/+29
* Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk tableSzilard Fabian2023-11-081-0/+8
* Input: xpad - add PXN V900 supportMatthias Berndt2023-10-251-0/+2
* Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2023-10-252-0/+2
* Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco2023-10-251-0/+1
* Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PNWerner Sembach2023-10-101-0/+7
* Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut2023-08-111-2/+1
* Input: drv260x - sleep between polling GO bitLuca Weiss2023-08-111-0/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov2023-06-141-4/+5
* Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas2023-06-141-1/+0
* Input: xpad - add constants for GIP interface numbersVicki Pfau2023-05-301-1/+4
* Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose2023-04-261-0/+8
* Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-04-051-4/+4
* Input: alps - fix compatibility with -funsigned-charmsizanoen2023-04-051-8/+8
* Input: ads7846 - don't check penirq immediately for 7845Luca Ellero2023-03-111-7/+1
* Input: ads7846 - don't report pressure for ads7845Luca Ellero2023-03-111-2/+3
* Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach2023-02-221-0/+7
* Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach2023-02-221-0/+129
* Input: i8042 - merge quirk tablesWerner Sembach2023-02-221-500/+590
* Input: i8042 - move __initconst to fix code styling warningWerner Sembach2023-02-221-1/+1
* Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov2023-02-061-1/+0
* Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson2023-01-181-6/+3
* Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot2022-12-081-0/+1
* Input: i8042 - fix leaking of platform device on module removalChen Jun2022-11-251-4/+0
* Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman2022-10-261-1/+0
* Input: xpad - add supported devices as contributed on githubPavel Rojtberg2022-10-261-0/+19
* Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang2022-10-051-1/+1
* Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli2022-09-201-0/+1
* Input: rk805-pwrkey - fix module autoloadingPeter Robinson2022-09-151-0/+1
* Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman2022-06-141-1/+6
* Input: sparcspkr - fix refcount leak in bbc_beep_probeMiaoqian Lin2022-06-141-0/+1
* Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun2022-05-251-3/+5
* Input: add bounds checking to input_set_capability()Jeff LaBundy2022-05-251-0/+19
* Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito2022-04-151-6/+0
* Input: aiptek - properly check endpoint typePavel Skripkin2022-03-231-6/+4
* Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede2022-03-081-7/+7
* Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede2022-03-081-40/+22
* Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito2022-03-081-0/+6