summaryrefslogtreecommitdiff
path: root/drivers/input/misc/uinput.c
AgeCommit message (Expand)Author
2007-05-03Input: pull input.h into uinpit.hMike Frysinger
2007-04-12Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-07-19Input: uinput - switch to the new FF interfaceAnssi Hannula
2006-02-19Input: uinput - semaphore to mutex conversionDmitry Torokhov
2005-11-20Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl
2005-10-17[PATCH] uniput - fix crash on SMPDmitry Torokhov
2005-06-30Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov
2005-06-30Input: uinput - use completions instead of events and manualDmitry Torokhov
2005-06-30Input: clean up uinput driver (formatting, extra braces)Dmitry Torokhov
2005-06-01Input: return correct value when setting up absolute device via uinipt.Ian Campbell
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik
2005-02-04input: This patch adds support to uinput for Linux's force feedback interface.Micah Dowty
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik
2004-06-17[PATCH] sparse: drivers/input annotationsAlexander Viro
2004-05-31input: Return 0 from uinput poll if device isn't yet created.Vojtech Pavlik
2004-05-29input: Fix an oops in poll() on uinput. Thanks to Dmitry TorokhovVojtech Pavlik
2004-04-22Input: trailing whitespace fixesDmitry Torokhov
2003-08-14[PATCH] uinput oops and panic fixAndrew Morton
2003-08-14[PATCH] Kill warning in drivers/input/misc/uinput.c on IA64Andrew Morton
2003-06-20input: Three fixes for the uinput userspace input device driver.Neil Brown
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins
2003-04-29[PATCH] uinput.c: reduce stack usageRandy Dunlap
2002-11-17[PATCH] more bogus MOD_INC_USE_COUNT removalsAlexander Viro
2002-10-11Several fixes in the uinput.c userspace input driver. Size of fifo,Zach Welch
2002-10-09Fix oops when 'cat /dev/uinput' is done. Used wait_event_interruptible().Vojtech Pavlik
2002-08-25This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksoundVojtech Pavlik