aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Input: tegra-kbc - enable key autorepeatRakesh Iyer1-1/+1
2011-07-18Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin1-4/+4
2011-07-13Input: atkbd - make dmi callback functions return 1Axel Lin1-2/+2
2011-07-10Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+3
2011-07-10Input: gpio_keys - add support for device-tree platform dataDavid Jander1-16/+132
2011-06-29Input: mpr121 - improve sensibility of touch keyJiejing Zhang1-4/+12
2011-06-29Input: gpio_keys - fix a memory leakAxel Lin1-0/+1
2011-06-27Input: gpio_keys - move to late_initcallDavid Jander1-1/+1
2011-06-27Input: tnetv107x-keypad - fix MODULE_ALIASAxel Lin1-1/+1
2011-06-27Input: remove unneeded version.h includesJesper Juhl2-2/+0
2011-06-21Input: gpio_keys - switch to using threaded IRQsDavid Jander1-2/+2
2011-06-21Input: lm8323 - use oneshot level triggered interruptsLeigh Brown1-1/+1
2011-06-21Input: lm8323 - convert to threaded IRQFelipe Balbi1-19/+4
2011-06-21Input: qt1070 - remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+2
2011-06-18Input: sh_keysc - 8x8 MODE_6 fixMagnus Damm1-1/+1
2011-06-18Input: omap-keypad - add missing input_sync()Janusz Krzysztofik1-0/+1
2011-05-26input: Add Qualcomm pm8xxx keypad controller driverTrilok Soni3-0/+811
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-59/+1206
2011-05-19input/atari: Fix atarimouse initMichael Schmitz1-2/+3
2011-05-19Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderMichael Hennerich3-0/+782
2011-05-12Input: add driver FSL MPR121 capacitive touch sensorZhang Jiejing3-0/+352
2011-05-11Input: tegra-kbc - change wakeup logic to be all or nothingRakesh Iyer1-22/+2
2011-05-05Input: sh_keysc - only compile PM code if PM is enabledDmitry Torokhov1-4/+4
2011-05-03Input: sh_keysc - make sh_keysc_device_driver staticDmitry Torokhov1-1/+1
2011-04-28Input: sh_keysc - switch to threaded IRQ handlerMagnus Damm1-1/+2
2011-04-28Input: sh_keysc - implement runtime PM supportMagnus Damm1-25/+15
2011-04-27Input: tegra-kbc - add ghost key filterRakesh Iyer1-0/+36
2011-04-27Input: omap-keypad - fix a wrong free_irq() parameterAxel Lin1-3/+3
2011-04-27Input: qt1070 - add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-04-22Merge commit 'v2.6.39-rc4' into nextDmitry Torokhov5-9/+67
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+4
2011-04-11Input: gpio-keys - add support for setting device nameAlexander Stein1-1/+1
2011-04-11Input: gpio_keys - add support for EV_ABSAlexander Stein1-2/+7
2011-04-11Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin1-1/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-06Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D1-1/+1
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31Input: spear-keyboard - fix inverted condition in interrupt handlerRajeev Kumar1-1/+1
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-2/+2
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov10-58/+948
2011-03-15Input: tc3589x-keypad - fix 'double const' warningDmitry Torokhov1-11/+11
2011-03-15Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm1-0/+28
2011-03-13Input: add Atmel AT42QT1070 keypad driverBo Shen3-0/+287
2011-02-23Input: mcs_touchkey - add shutdown handlerHeungJun Kim1-0/+9
2011-02-23Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim1-1/+47
2011-02-23Input: omap4-keypad - wire up runtime PM handlingAbraham Arce1-19/+55
2011-02-21Input: max7359 - convert to dev_pm_opsMark Brown1-7/+10
2011-02-21Input: lm8323 - convert to dev_pm_opsMark Brown1-7/+8