aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik1-5/+3
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 Bunk1-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-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-04-22Input: trailing whitespace fixesDmitry Torokhov1-25/+25
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-06-20input: Three fixes for the uinput userspace input device driver.Neil Brown1-2/+3
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins1-4/+3
2003-04-29[PATCH] uinput.c: reduce stack usageRandy Dunlap1-14/+21
2002-11-17[PATCH] more bogus MOD_INC_USE_COUNT removalsAlexander Viro1-8/+1
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-08-25This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksoundVojtech Pavlik1-0/+385