summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2023-03-11Input: iqs269a - do not poll during ATIJeff LaBundy1-51/+46
2023-03-11Input: iqs269a - do not poll during suspend or resumeJeff LaBundy1-87/+31
2023-03-11Input: ads7846 - don't check penirq immediately for 7845Luca Ellero1-7/+1
2023-03-11Input: ads7846 - always set last command to PWRDOWNLuca Ellero1-1/+9
2023-03-11Input: ads7846 - convert to one messageOleksij Rempel1-183/+193
2023-03-11Input: ads7846 - convert to full duplexOleksij Rempel1-130/+62
2023-03-11Input: ads7846 - don't report pressure for ads7845Luca Ellero1-2/+3
2023-03-11Input: iqs269a - configure device with a single block writeJeff LaBundy1-59/+39
2023-03-11Input: iqs269a - increase interrupt handler return delayJeff LaBundy1-1/+1
2023-03-11Input: iqs269a - drop unused device node referencesJeff LaBundy1-1/+11
2023-02-15Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach1-0/+7
2023-02-15Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach1-0/+129
2023-02-15Input: i8042 - merge quirk tablesWerner Sembach1-500/+590
2023-02-15Input: i8042 - move __initconst to fix code styling warningWerner Sembach1-1/+1
2023-02-01Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov1-1/+0
2023-01-14Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson1-6/+3
2023-01-14Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap1-0/+1
2022-12-08Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu1-1/+3
2022-12-02Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede1-0/+7
2022-12-02Input: soc_button_array - add use_low_level_irq module parameterHans de Goede1-1/+6
2022-12-02Input: goodix - try resetting the controller when no config is setHans de Goede1-0/+11
2022-12-02Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot1-0/+1
2022-11-25Input: i8042 - fix leaking of platform device on module removalChen Jun1-4/+0
2022-11-25Input: iforce - invert valid length check when fetching device IDsTetsuo Handa1-4/+4
2022-10-15Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-10-15Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-10-05Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang1-1/+1
2022-10-05Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak1-1/+1
2022-09-20Input: goodix - add compatible string for GT1158Jarrah Gosbell1-0/+1
2022-09-20Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2022-09-20Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-09-08Input: rk805-pwrkey - fix module autoloadingPeter Robinson1-0/+1
2022-09-08Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-08-21Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen1-0/+4
2022-08-21Input: atmel_mxt_ts - fix up inverted RESET handlerLinus Walleij1-2/+4
2022-06-22Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...Marius Hoch1-2/+2
2022-06-14Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman1-1/+6
2022-06-09Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov1-8/+8
2022-06-09Input: sparcspkr - fix refcount leak in bbc_beep_probeMiaoqian Lin1-0/+1
2022-05-25Input: ili210x - fix reset timingMarek Vasut1-2/+2
2022-05-25Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun1-3/+5
2022-05-25Input: add bounds checking to input_set_capability()Jeff LaBundy1-0/+19
2022-04-08amba: Make the remove callback return voidUwe Kleine-König1-2/+1
2022-04-08Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito1-6/+0
2022-04-08Input: zinitix - do not report shadow fingersLinus Walleij1-9/+35
2022-03-23Input: aiptek - properly check endpoint typePavel Skripkin1-6/+4
2022-03-08Input: samsung-keypad - properly state IOMEM dependencyDavid Gow1-1/+1
2022-03-08Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede1-7/+7
2022-03-08Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede1-40/+22
2022-03-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito1-0/+6