aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik1-5/+3
2005-02-08input: this patch turns off the pc speaker when pcspkr.ko is unloaded,Matthieu Castet1-0/+2
2005-02-06input: HP HIL support (from PARISC Linux tree).Helge Deller3-0/+733
2005-02-04input: Cleanup the Kconfig menus for the input subsystem.Roman Zippel1-7/+8
2005-02-04input: This patch adds support to uinput for Linux's force feedback interface.Micah Dowty1-13/+204
2005-02-04Input: Make some needlessly global code static.Adrian Bunk2-2/+2
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner2-2/+2
2005-01-14[PATCH] various Kconfig fixesGabor Egry1-1/+0
2004-07-27input: Re-add PC Speaker support for PPCOlaf Hering1-1/+1
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-0/+3
2004-06-17[PATCH] sparse: drivers/input annotationsAlexander Viro1-3/+3
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds1-96/+0
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap1-4/+0
2004-05-31input: Return 0 from uinput poll if device isn't yet created.Vojtech Pavlik1-1/+1
2004-05-29input: Fix an oops in poll() on uinput. Thanks to Dmitry TorokhovVojtech Pavlik1-0/+3
2004-05-10Merge with Linus' treeDmitry Torokhov4-33/+33
2004-05-10[PATCH] CLOCK_TICK_RATE: use PIT_TICK_RATE in *spkr.cAndrew Morton3-3/+5
2004-04-22Input: trailing whitespace fixesDmitry Torokhov4-33/+33
2004-01-26input: Convert HP/PARISC Lasi/Dino PS/2 keyboard/mouse driverHelge Deller3-722/+0
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-12/+6
2003-08-14[PATCH] uinput oops and panic fixAndrew Morton1-1/+32
2003-08-14[PATCH] Kill warning in drivers/input/misc/uinput.c on IA64Andrew Morton1-1/+1
2003-07-22[SPARC64]: Make sparc speaker driver depend upon PCI.David S. Miller1-1/+1
2003-07-10[PATCH] gsc-ps2 updateMatthew Wilcox1-6/+16
2003-06-20input: Three fixes for the uinput userspace input device driver.Neil Brown1-2/+3
2003-06-09input: Change input/misc/pcspkr.c to use CLOCK_TICK_RATE instead ofVojtech Pavlik1-1/+1
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins1-4/+3
2003-04-29[PATCH] uinput.c: reduce stack usageRandy Dunlap1-14/+21
2003-02-12input: Support for NEC PC-9800 beeper and support for Kana Lock LED.Osamu Tomita3-0/+100
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik1-5/+8
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-3/+3
2002-12-01[PATCH] PS/2 support for PARISCMatthew Wilcox3-4/+709
2002-11-17[SPARC64]: isa_{device,bus} --> sparc_isa_{device,bus}David S. Miller1-3/+3
2002-11-17[PATCH] more bogus MOD_INC_USE_COUNT removalsAlexander Viro1-8/+1
2002-10-29Delete old-style config files.Linus Torvalds2-53/+0
2002-10-29[PATCH] new kernel configuration 5/7Roman Zippel1-0/+58
2002-10-11Several fixes in the uinput.c userspace input driver. Size of fifo,Zach Welch1-51/+81
2002-10-09Fix oops when 'cat /dev/uinput' is done. Used wait_event_interruptible().Vojtech Pavlik1-28/+10
2002-10-07Please apply this small clean up, too:Geert Uytterhoeven2-4/+3
2002-09-23Move beeping and sysrq to input layer on m68k.Richard Zidlicky3-0/+88
2002-09-12The following patch shaves a six bytes from the loaded sizeAdam J. Richter1-2/+2
2002-08-26drivers/input/misc/Config.in: It is CONFIG_SPARC32 not CONFIG_SPARC.David S. Miller1-1/+1
2002-08-26[INPUT]: Add EBUS/ISA speaker input driver for Sparc.David S. Miller4-0/+204
2002-08-25This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksoundVojtech Pavlik5-0/+527