summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2021-07-20Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei1-0/+1
2021-04-28Input: nspire-keypad - enable interrupts only when openedFabian Vogt1-25/+31
2020-12-29Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov1-0/+1
2020-12-29Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-11-22Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov1-8/+33
2020-10-29Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-5/+3
2020-10-29Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2020-10-29Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-06-03Input: dlink-dir685-touchkeys - fix a typo in driver nameChristophe JAILLET1-1/+1
2020-01-27Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter1-1/+1
2019-07-21Input: imx_keypad - make sure keyboard can always wake up systemAnson Huang1-4/+14
2019-05-08Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang1-3/+3
2019-03-23Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez1-2/+2
2019-03-23Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov1-1/+1
2019-03-23Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov1-24/+11
2019-01-13Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren1-12/+4
2018-12-21Input: omap-keypad - fix keyboard debounce configurationTony Lindgren1-4/+14
2018-12-08Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris1-1/+2
2018-12-08Input: matrix_keypad - check for errors from of_get_named_gpio()Christian Hoff1-9/+14
2018-10-20Input: atakbd - fix Atari CapsLock behaviourMichael Schmitz1-8/+2
2018-10-20Input: atakbd - fix Atari keymapAndreas Schwab1-38/+26
2018-03-15Input: matrix_keypad - fix race when disabling interruptsZhang Bo1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-12/+17
2017-10-20Input: tca8418 - enable interrupt after it has been requestedDamien Riegel1-12/+17
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+1
2017-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds10-14/+22
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+2
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-08-31Input: pxa27x_keypad - handle return value of clk_prepare_enableArvind Yadav1-5/+10
2017-08-31Input: tegra-kbc - handle return value of clk_prepare_enableArvind Yadav1-1/+4
2017-08-22parisc/input/hilkbd: Fix section mismatchesHelge Deller1-5/+5
2017-08-19Input: xtkbd - constify serio_device_idArvind Yadav1-1/+1
2017-08-19Input: sunkbd - constify serio_device_idArvind Yadav1-1/+1
2017-08-19Input: stowaway - constify serio_device_idArvind Yadav1-1/+1
2017-08-19Input: newtonkbd - constify serio_device_idArvind Yadav1-1/+1
2017-08-19Input: lkkbd - constify serio_device_idArvind Yadav1-1/+1
2017-08-19Input: hil_kbd - constify serio_device_idArvind Yadav1-1/+1
2017-08-19Input: iatkbd - constify serio_device_idArvind Yadav1-1/+1
2017-07-25Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2-15/+3
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman1-14/+2
2017-07-22Input: gpio_keys - use devm_device_add_group() for attributesDmitry Torokhov1-14/+2
2017-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+16
2017-07-13Input: gpio_keys - constify attribute_group structuresArvind Yadav1-1/+1
2017-07-13Merge branch 'next' into for-linusDmitry Torokhov1-1/+16
2017-07-10Input: gpio_keys - handle the missing key press event in resume phaseJoseph Lo1-1/+16
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-2/+169
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2017-07-06Merge branch 'next' into for-linusDmitry Torokhov5-2/+169
2017-06-06Input: add D-Link DIR-685 touchkeys driverLinus Walleij3-0/+167