summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-11Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin1-7/+9
2022-01-05Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2022-01-05Input: appletouch - initialize work before device registrationPavel Skripkin1-2/+2
2022-01-05Input: i8042 - enable deferred probe quirk for ASUS UM325UASamuel Čavoj1-0/+7
2022-01-05Input: i8042 - add deferred probe supportTakashi Iwai2-19/+49
2021-12-29Input: goodix - add id->model mapping for the "9111" modelHans de Goede1-0/+1
2021-12-29Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang1-1/+45
2021-12-29Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito1-1/+1
2021-12-29Input: elantech - fix stack out of bound access in elantech_change_report_id()Andrea Righi1-1/+7
2021-12-22Input: touchscreen - avoid bitwise vs logical OR warningNathan Chancellor1-21/+21
2021-11-18Input: i8042 - Add quirk for Fujitsu Lifebook T725Takashi Iwai1-0/+14
2021-11-18Input: elantench - fix misreporting trackpoint coordinatesPhoenix Huang1-0/+13
2021-11-18Input: iforce - fix control-message timeoutJohan Hovold1-1/+1
2021-10-27Input: snvs_pwrkey - add clk handlingUwe Kleine-König1-0/+29
2021-10-20Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen1-0/+2
2021-07-20Input: hideep - fix the uninitialized use in hideep_nvm_unlock()Yizhuo Zhai1-3/+10
2021-07-14Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei1-0/+1
2021-07-14m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap1-3/+0
2021-07-14Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede1-52/+0
2021-07-14Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctlAlexander Larkin1-1/+1
2021-07-14Input: usbtouchscreen - fix control-request directionsJohan Hovold1-4/+4
2021-05-22Input: silead - add workaround for x86 BIOS-es which bring the chip up in a s...Hans de Goede1-4/+40
2021-05-22Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede1-2/+42
2021-05-11Input: ili210x - add missing negation for touch indication on ili210xHansem Ro1-1/+1