aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov7-6/+10
2008-07-20m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-1/+1
2008-06-30Input: atkbd - fix HP 2133 not sending release event for video switchJiri Kosina1-0/+26
2008-06-17Merge branch 'for-linus' into nextDmitry Torokhov2-13/+27
2008-06-02Input: pxa27x_keypad - add wakeup supportEric Miao1-1/+14
2008-06-02Input: atkbd - use ushort instead of uchar keymapDmitry Torokhov1-10/+10
2008-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-13/+27
2008-05-28Input: pxa27x_keypad - miscellaneous fixesAntonio Ospite1-13/+25
2008-05-28Input: atkbd - mark keyboard as disabled when suspending/unloadingDmitry Torokhov1-0/+2
2008-05-21MODULE_LICENSE expects "GPL v2", not "GPLv2"Al Viro5-5/+5
2008-05-20Input: remove CVS keywordsAdrian Bunk3-6/+0
2008-05-18m68k: Some input drivers do not check the platformGeert Uytterhoeven1-0/+4
2008-05-16Input: gpio-keys debouncing supportDmitry Baryshkov1-20/+69
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds11-34/+130
2008-04-24Input: bf54x-keys - add infrastructure for keypad wakeupsMichael Hennerich1-3/+32
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers10-0/+25
2008-04-21Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-0/+2
2008-04-19Merge branch 'omap2-upstream' into develRussell King1-3/+3
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao2-0/+2
2008-04-18Fix sh_keysc double freeMagnus Damm1-1/+0
2008-04-18sh: SuperH KEYSC platform driverMagnus Damm3-0/+291
2008-04-15Input: omap-keypad - fix build warningDavid Brownell1-2/+5
2008-04-15Input: gpio_keys - irq handling cleanupDavid Brownell1-1/+2
2008-04-02Input: tosakbd - fix suspendDmitry Baryshkov1-3/+18
2008-04-02Input: locomokbd - add 'off' button support for Sharp Collie/PoodleHelge Deller1-25/+48
2008-03-20Input: pxa27x - fix keypad KPC macrosSamuel Ortiz1-3/+3
2008-01-31Input: pxa27x_keypad - also enable on PXA3xxEric Miao1-3/+3
2008-01-31Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao1-0/+1
2008-01-31Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao1-34/+124
2008-01-31Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao1-29/+134
2008-01-31Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao1-32/+28
2008-01-31Input: pxa27x_keypad - introduce driver structure and use KEY() to define matrix keysEric Miao1-57/+167
2008-01-31Input: pxa27x_keypad - remove pin configuration from the driverEric Miao1-4/+0
2008-01-31Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao3-45/+45
2008-01-21Input: remove duplicate includesAndre Haupt2-2/+0
2008-01-21Input: add Tosa keyboard driverDmitry Baryshkov3-0/+437
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall2-2/+0
2008-01-21Input: atkbd - remove unneeded synchronize_sched()Dmitry Torokhov1-1/+0
2008-01-21Input: atkbd - properly handle special keys on Dell LatitudesGiel de Nijs1-17/+72
2008-01-14Input: improve Kconfig help entries for HP Jornada devicesKristoffer Ericson1-6/+6
2008-01-03Input: spitzkbd - fix suspend key handlingRichard Purdie1-0/+1
2007-12-14Input: jornada680_kbd - fix default keymapKristoffer Ericson1-20/+20
2007-11-27Input: bf54x-keys - keypad does not exist on BF544 partsMike Frysinger1-1/+1
2007-11-21Input: gpio-keys - request and configure GPIOsHerbert Valerio Riedel1-10/+28
2007-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+0
2007-10-22Input: bf54x-keys - return real error when request_irq() failsMichael Hennerich1-1/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-2/+2
2007-10-19get rid of input BIT* duplicate definesJiri Slaby15-27/+39
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+20