aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2022-11-14Input: msg2638 - add support for msg2138Vincent Knecht1-0/+93
2022-11-14Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht1-10/+30
2022-11-08Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai1-4/+4
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-11-07Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap1-0/+1
2022-11-07Input: add driver for Himax hx83112b touchscreen devicesJob Noorman3-0/+378
2022-11-07Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede1-0/+7
2022-11-07Input: soc_button_array - add use_low_level_irq module parameterHans de Goede1-1/+6
2022-11-07Input: iforce - invert valid length check when fetching device IDsTetsuo Handa1-4/+4
2022-11-03Input: matrix_keypad - force switch rows to input modeSiarhei Volkau1-0/+3
2022-11-03Input: goodix - try resetting the controller when no config is setHans de Goede1-0/+11
2022-11-01Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis3-0/+918
2022-10-29Input: add driver for Hynitron cstxxx touchscreensChris Morgan3-0/+511
2022-10-28Input: stmpe-keypad - add missing of.h includeDmitry Torokhov1-0/+1
2022-10-24Input: tps6507x-ts - remove variable loopsColin Ian King1-2/+0
2022-10-24Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy1-0/+111
2022-10-24Input: iqs7222 - protect against undefined slider sizeJeff LaBundy1-1/+8
2022-10-24Input: iqs7222 - report malformed propertiesJeff LaBundy1-8/+36
2022-10-24Input: iqs7222 - drop unused device node referencesJeff LaBundy1-194/+146
2022-10-24Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov1-4/+3
2022-10-24Input: egalax_ts - switch to using gpiod APIDmitry Torokhov1-25/+17
2022-10-17Merge tag 'v6.1-rc1' into nextDmitry Torokhov12-16/+31
2022-10-15Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot1-0/+1
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds111-1113/+2102
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2022-10-10Input: dlink-dir685-touchkeys - make array bl_data static constColin Ian King1-2/+2
2022-10-10Input: atmel_captouch - drop obsolete dependency on COMPILE_TESTJean Delvare2-4/+2
2022-10-09Merge branch 'next' into for-linusDmitry Torokhov135-1256/+2149
2022-10-09Input: i8042 - fix refount leak on sparcLiang He1-8/+19
2022-10-09Input: i8042 - add LoongArch support in i8042-acpipnpio.hHuacai Chen2-1/+7
2022-10-09Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.hHuacai Chen2-4/+4
2022-10-09Input: pinephone-keyboard - support the proxied I2C busSamuel Holland1-0/+76
2022-10-09Input: pinephone-keyboard - add PinePhone keyboard driverSamuel Holland3-0/+406
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-68/+23
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2022-10-03input: libps2: mark data received in __ps2_command() as initializedAlexander Potapenko1-1/+4
2022-09-29input: drop empty comment blocksChristophe JAILLET46-138/+0
2022-09-29Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+5
2022-09-28Input: xpad - add X-Box Adaptive Profile buttonNate Yocom1-2/+15
2022-09-28Input: xpad - add X-Box Adaptive XBox buttonNate Yocom1-1/+2
2022-09-28Input: xpad - add X-Box Adaptive supportNate Yocom1-0/+1
2022-09-28Input: ims-pcu - fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"Colin Ian King1-1/+1
2022-09-28Input: ibm-panel - add missing MODULE_DEVICE_TABLEZeng Heng1-0/+1
2022-09-28Input: icn8505 - utilize acpi_get_subsystem_id()Andy Shevchenko1-21/+9
2022-09-27Input: xpad - decipher xpadone packages with GIP definesPavel Rojtberg1-30/+69
2022-09-27Input: xpad - refactor using BIT() macroPavel Rojtberg1-56/+57
2022-09-27Input: synaptics-rmi4 - convert to use sysfs_emit() APIszhang songyi1-8/+8
2022-09-27Input: twl4030-pwrbutton - add missing of.h includeDmitry Torokhov1-0/+1
2022-09-27Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak1-1/+1
2022-09-26Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1