summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2023-11-08Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov
2023-10-19Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede
2023-10-19Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk tableSzilard Fabian
2023-10-19Input: xpad - add PXN V900 supportMatthias Berndt
2023-10-19Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller
2023-10-19Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco
2023-10-06Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PNWerner Sembach
2023-10-06Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.hHuacai Chen
2023-09-19Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov
2023-09-19Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov
2023-07-23Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut
2023-07-23Input: drv260x - sleep between polling GO bitLuca Weiss
2023-06-28Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede
2023-06-14Input: fix open count when closing inhibited deviceDmitry Torokhov
2023-06-14Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov
2023-06-14Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas
2023-05-24Input: xpad - add constants for GIP interface numbersVicki Pfau
2023-05-11Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin
2023-04-26Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose
2023-04-05Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede
2023-04-05Input: focaltech - use explicitly signed char typeJason A. Donenfeld
2023-04-05Input: alps - fix compatibility with -funsigned-charmsizanoen
2023-02-09Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach
2023-02-01Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov
2022-12-31Input: wistron_btns - disable on UMLRandy Dunlap
2022-12-31Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson
2022-12-31Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap
2022-12-08Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu
2022-12-02Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai
2022-12-02Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede
2022-12-02Input: soc_button_array - add use_low_level_irq module parameterHans de Goede
2022-12-02Input: goodix - try resetting the controller when no config is setHans de Goede
2022-12-02Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot
2022-11-26Input: i8042 - fix leaking of platform device on module removalChen Jun
2022-11-26Input: iforce - invert valid length check when fetching device IDsTetsuo Handa
2022-10-15Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman
2022-10-15Input: xpad - add supported devices as contributed on githubPavel Rojtberg
2022-10-05Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang
2022-10-05Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak
2022-09-20Input: goodix - add compatible string for GT1158Jarrah Gosbell
2022-09-20Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli
2022-09-20Input: goodix - add support for GT1158Ondrej Jirman
2022-09-08Input: rk805-pwrkey - fix module autoloadingPeter Robinson
2022-09-08Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa
2022-08-31Input: i8042 - add additional TUXEDO devices to i8042 quirk tablesWerner Sembach
2022-08-31Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach
2022-08-31Input: i8042 - merge quirk tablesWerner Sembach
2022-08-31Input: i8042 - move __initconst to fix code styling warningWerner Sembach
2022-08-25Input: exc3000 - fix return value check of wait_for_completion_timeoutMiaoqian Lin
2022-08-17Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen