aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-19Input: uinput - setup MT usage during device creationHenrik Rydberg1-0/+7
2010-08-21Input: uinput - add devname alias to allow module on-demand loadKay Sievers1-0/+2
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-12/+17
2010-05-20Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack1-2/+2
2010-02-04Input: uinput - mark as non-seekableDmitry Torokhov1-0/+1
2010-01-29Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo1-3/+0
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-05-15Input: uinput - flush all pending ff effects before destroying deviceAristeu Sergio Rozanski Filho1-23/+71
2008-10-27Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale1-27/+145
2008-07-23Input: uinput - remove duplicate includeHuang Weiyi1-1/+0
2008-07-02uinput: BKL pushdownArnd Bergmann1-0/+3
2007-05-03Input: pull input.h into uinpit.hMike Frysinger1-1/+0
2007-04-12Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov1-6/+4
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-07-19Input: uinput - switch to the new FF interfaceAnssi Hannula1-16/+51
2006-02-19Input: uinput - semaphore to mutex conversionDmitry Torokhov1-7/+7
2005-11-20Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov1-8/+3
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov1-0/+4
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov1-147/+163
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-7/+3
2005-10-17[PATCH] uniput - fix crash on SMPDmitry Torokhov1-2/+2
2005-06-30Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov1-11/+12
2005-06-30Input: uinput - use completions instead of events and manualDmitry Torokhov1-38/+43
2005-06-30Input: clean up uinput driver (formatting, extra braces)Dmitry Torokhov1-46/+35
2005-06-01Input: return correct value when setting up absolute device via uinipt.Ian Campbell1-2/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+620