summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman2022-06-141-1/+6
* Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov2022-06-141-8/+8
* Input: sparcspkr - fix refcount leak in bbc_beep_probeMiaoqian Lin2022-06-141-0/+1
* Input: goodix - fix spurious key release eventsDmitry Mastykin2022-06-061-1/+1
* Input: ili210x - fix reset timingMarek Vasut2022-05-251-2/+2
* Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun2022-05-251-3/+5
* Input: add bounds checking to input_set_capability()Jeff LaBundy2022-05-251-0/+19
* Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito2022-04-151-6/+0
* Input: aiptek - properly check endpoint typePavel Skripkin2022-03-231-6/+4
* Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede2022-03-081-7/+7
* Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede2022-03-081-40/+22
* Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito2022-03-081-0/+6
* Input: touchscreen - Fix backport of a02dcde595f7cbd240ccd64de96034ad91cffc40Nathan Chancellor2022-01-111-4/+4
* Input: spaceball - fix parsing of movement data packetsLeo L. Schwab2022-01-051-2/+9
* Input: appletouch - initialize work before device registrationPavel Skripkin2022-01-051-2/+2
* Input: i8042 - enable deferred probe quirk for ASUS UM325UASamuel Čavoj2022-01-051-0/+7
* Input: i8042 - add deferred probe supportTakashi Iwai2022-01-052-19/+49
* Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito2021-12-291-1/+1
* Input: elantech - fix stack out of bound access in elantech_change_report_id()Andrea Righi2021-12-291-1/+7
* Input: touchscreen - avoid bitwise vs logical OR warningNathan Chancellor2021-12-221-9/+9
* Input: i8042 - Add quirk for Fujitsu Lifebook T725Takashi Iwai2021-11-171-0/+14
* Input: elantench - fix misreporting trackpoint coordinatesPhoenix Huang2021-11-171-0/+13
* Input: iforce - fix control-message timeoutJohan Hovold2021-11-171-1/+1
* Input: snvs_pwrkey - add clk handlingUwe Kleine-König2021-10-271-0/+29
* Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen2021-10-201-0/+2
* Input: hideep - fix the uninitialized use in hideep_nvm_unlock()Yizhuo Zhai2021-07-201-3/+10
* Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei2021-07-141-0/+1
* m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap2021-07-141-3/+0
* Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctlAlexander Larkin2021-07-141-1/+1
* Input: usbtouchscreen - fix control-request directionsJohan Hovold2021-07-141-4/+4
* Input: silead - add workaround for x86 BIOS-es which bring the chip up in a s...Hans de Goede2021-05-221-4/+40
* Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede2021-05-221-2/+42
* Input: ili210x - add missing negation for touch indication on ili210xHansem Ro2021-05-111-1/+1
* Input: i8042 - fix Pegatron C15B ID entryArnd Bergmann2021-04-211-0/+1
* Input: s6sy761 - fix coordinate read bit shiftCaleb Connolly2021-04-211-2/+2
* Input: nspire-keypad - enable interrupts only when openedFabian Vogt2021-04-211-25/+31
* Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär2021-03-171-6/+15
* Input: elantech - fix protocol errors for some trackpoints in SMBus modejingle.wu2021-03-072-2/+101
* Input: i8042 - add ASUS Zenbook Flip to noselftest listMarcos Paulo de Souza2021-03-041-0/+4
* Input: joydev - prevent potential read overflow in ioctlDan Carpenter2021-03-041-2/+5
* Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Olivier Crête2021-03-041-0/+1
* Input: raydium_ts_i2c - do not send zero lengthjeffrey.lin2021-03-041-1/+2
* Input: elo - fix an error code in elo_connect()Dan Carpenter2021-03-041-1/+3
* Input: sur40 - fix an error code in sur40_probe()Dan Carpenter2021-03-041-0/+1
* Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin2021-02-101-1/+16
* Input: i8042 - unbreak Pegatron C15BAlexey Dobriyan2021-02-101-0/+2
* Input: cyapa_gen6 - fix out-of-bounds stack accessArnd Bergmann2020-12-301-1/+1
* Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn2020-12-301-0/+12
* Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov2020-12-301-0/+1
* Input: omap4-keypad - fix runtime PM error handlingZhang Qilong2020-12-301-36/+53