aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c
Commit message (Expand)AuthorAgeFilesLines
* Input: uinput - remove duplicate includeHuang Weiyi2008-07-231-1/+0
* uinput: BKL pushdownArnd Bergmann2008-07-021-0/+3
* Input: pull input.h into uinpit.hMike Frysinger2007-05-031-1/+0
* Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov2007-04-121-6/+4
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* Input: uinput - switch to the new FF interfaceAnssi Hannula2006-07-191-16/+51
* Input: uinput - semaphore to mutex conversionDmitry Torokhov2006-02-191-7/+7
* Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov2005-11-201-8/+3
* Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov2005-11-201-0/+4
* Input: uinput - convert to dynalloc allocationDmitry Torokhov2005-11-201-147/+163
* [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-7/+3
* [PATCH] uniput - fix crash on SMPDmitry Torokhov2005-10-171-2/+2
* Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov2005-06-301-11/+12
* Input: uinput - use completions instead of events and manualDmitry Torokhov2005-06-301-38/+43
* Input: clean up uinput driver (formatting, extra braces)Dmitry Torokhov2005-06-301-46/+35
* Input: return correct value when setting up absolute device via uinipt.Ian Campbell2005-06-011-2/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+620