aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Input: ims-pcu - switch to using cleanup functionsDmitry Torokhov1-73/+62
2024-06-20Input: ims-pcu - use driver core to instantiate device attributesDmitry Torokhov1-25/+28
2024-06-20Input: ims-pcu - drop repeated "input" in error messageJavier Carrasco1-2/+1
2024-06-20Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_byJavier Carrasco1-1/+1
2024-06-20Input: ads7846 - use spi_device_id tableAlexander Stein1-1/+11
2024-06-11Input: adxl34x - switch to using "guard" notationDmitry Torokhov1-41/+20
2024-06-11Input: adxl34x - switch to using managed resourcesDmitry Torokhov4-53/+17
2024-06-11Input: adxl34x - use input_set_capability()Dmitry Torokhov1-19/+13
2024-06-11Input: adxl34x - use device core to create driver-specific device attributesDmitry Torokhov4-8/+10
2024-06-09Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-09Input: joystick - use sizeof(*pointer) instead of sizeof(type)Erick Archer25-26/+30
2024-06-09Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)Erick Archer17-23/+24
2024-06-07Input: xpad - add support for ASUS ROG RAIKIRI PROLuke D. Jones1-0/+1
2024-06-07Input: ili210x - fix ili251x_read_touch_data() return valueJohn Keeping1-2/+2
2024-06-07Input: cap11xx - stop using chip ID when configuring itDmitry Torokhov1-55/+70
2024-06-07Input: adc-joystick - handle inverted axesChris Morgan1-0/+20
2024-06-07Input: gameport - use sizeof(*pointer) instead of sizeof(type)Erick Archer4-5/+5
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer23-37/+37
2024-06-06Input: wacom_w8001 - correct device name generationJason Gerecke1-1/+1
2024-06-03Input: silead - Always support 10 fingersHans de Goede1-14/+5
2024-06-02Input: tablet - use sizeof(*pointer) instead of sizeof(type)Erick Archer5-5/+5
2024-06-02Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer14-16/+15
2024-06-02Input: misc - use sizeof(*pointer) instead of sizeof(type)Erick Archer8-9/+9
2024-06-02Input: keyboard - use sizeof(*pointer) instead of sizeof(type)Erick Archer8-8/+8
2024-05-31Input: i8042 - add Ayaneo Kun to i8042 quirk tableTobias Jakobi1-2/+16
2024-05-30Input: wacom_w8001 - simplify device name generationJason Gerecke1-8/+5
2024-05-28Input: elantech - fix touchpad state on resume for Lenovo N24Jonathan Denose1-0/+31
2024-05-27Merge tag 'v6.9' into nextDmitry Torokhov26-89/+226
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds80-164/+314
2024-05-22Merge branch 'next' into for-linusDmitry Torokhov80-164/+314
2024-05-22Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719Joel Selvaraj1-0/+12
2024-05-20Input: xpad - add support for Machenike G5 Pro ControllerKirill Artemev1-0/+2
2024-05-19Input: try trimming too long modalias stringsDmitry Torokhov1-15/+89
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+0
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König64-99/+99
2024-05-13Input: zet6223 - remove an unused field in struct zet6223_tsChristophe JAILLET1-2/+0
2024-05-13Input: chipone_icn8505 - remove an unused field in struct icn8505_dataChristophe JAILLET1-1/+0
2024-05-13Merge branch 'acpi-bus'Rafael J. Wysocki1-1/+0
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+1
2024-05-06Input: cros_ec_keyb - remove an unused field in struct cros_ec_keybChristophe JAILLET1-2/+0
2024-05-06Input: lpc32xx-keys - remove an unused field in struct lpc32xx_kscan_drvChristophe JAILLET1-2/+1
2024-05-06Input: matrix_keypad - remove an unused field in struct matrix_keypadChristophe JAILLET1-1/+0
2024-05-06Input: tca6416-keypad - remove unused struct tca6416_drv_dataChristophe JAILLET1-5/+0
2024-05-06Input: tca6416-keypad - remove an unused field in struct tca6416_keypad_chipChristophe JAILLET1-1/+0
2024-05-06Input: da7280 - remove an unused field in struct da7280_hapticChristophe JAILLET1-1/+0
2024-05-05Merge tag 'input-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+9
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann1-4/+1
2024-04-30Input: ff-core - prefer struct_size over open coded arithmeticErick Archer1-3/+4
2024-04-30Input: amimouse - mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7