summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2-2/+0
2008-07-03uinput: BKL pushdownArnd Bergmann1-0/+3
2008-06-21hp_sdc_rtc: BKL pushdownArnd Bergmann1-0/+2
2008-06-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+0
2008-06-06Input: pcspkr - remove negative dependency on snd-pcspStas Sergeev1-1/+0
2008-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+0
2008-05-27Input: apanel - remove duplicate includeHuang Weiyi1-1/+0
2008-05-19m68k: Some input drivers do not check the platformGeert Uytterhoeven1-0/+5
2008-05-07pcspkr: fix dependanciesStas Sergeev1-1/+1
2008-04-27input: Rewrite sparcspkr device probing.David S. Miller1-78/+184
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+3
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers1-0/+3
2008-04-24pcsp - Don't build pcspkr when snd-pcsp is enabledStas Sergeev1-0/+1
2008-03-29ixp4xx-beeper: add MODULE_ALIASAlessandro Zummo1-0/+1
2008-03-14Input: cobalt_btns - assorted fixesYoichi Yuasa1-8/+8
2008-03-05input: add I2C to config since the driver makes several i2c*() callsRandy Dunlap1-3/+3
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-106/+519
2008-02-07leds: Standardise LED naming schemeRichard Purdie1-2/+2
2008-01-22[SPARC64]: Fix section error in sparcspkrSam Ravnborg1-2/+2
2008-01-21Input: add driver for Fujitsu application buttonsStephen Hemminger3-0/+393
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall2-2/+0
2008-01-21Input: cobalt_btns - add support for loadable keymapsDmitry Torokhov1-37/+36
2008-01-21Input: atlas_btns - add support for loadable keymapsDmitry Torokhov1-16/+23
2008-01-21Input: keyspan_remote - add support for loadable keymapsDmitry Torokhov1-51/+67
2007-11-03Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle1-1/+1
2007-10-20typo fixesMatt LaPlante1-2/+2
2007-10-19get rid of input BIT* duplicate definesJiri Slaby11-23/+25
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+1
2007-10-13platform: prefix MODALIAS with "platform:"Kay Sievers1-0/+1
2007-10-13x86: kill 8253pit.hThomas Gleixner1-1/+1
2007-10-12kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk1-1/+1
2007-10-10drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-08-23Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven1-0/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger1-2/+7
2007-07-22x86_64: use the global PIT lockThomas Gleixner1-3/+8
2007-07-10Input: wistron - add support for querying/changing keymapDmitry Torokhov1-34/+87
2007-07-10Input: wistron - convert to use input-polldevDmitry Torokhov2-99/+102
2007-07-10Input: wistron - add LED supportEric Piel2-2/+91
2007-07-10Input: wriston - reduce polling frequencyEric Piel1-4/+14
2007-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-188/+0
2007-06-13Input: move input-polldev to drivers/inputDmitry Torokhov3-188/+0
2007-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+5
2007-05-23Input: input-polldev - add module infoEric Piel1-0/+5
2007-05-16missing dependencies for USB drivers in inputAl Viro1-0/+5
2007-05-11Fix ixp4xx compile errorFrederik Deweerdt1-1/+1
2007-05-08Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov9-9/+3961
2007-05-03Input: pull input.h into uinpit.hMike Frysinger1-1/+0
2007-04-30Input: cobalt_btns - convert to use polldev libraryDmitry Torokhov2-37/+23
2007-04-30Input: add skeleton for simple polled devicesDmitry Torokhov3-0/+183