summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-031-74/+123
|\
| * Input: uinput - fix formattingDmitry Torokhov2012-08-221-10/+18
| * Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-221-5/+6
| * Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-221-38/+40
| * Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-221-30/+44
| * Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-221-0/+3
| * Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-221-3/+24
* | Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
|/
* Input: uinput - allow for 0/0 min/max on absolute axes.Peter Hutterer2011-03-311-1/+5
* Input: uinput - reversed test in uinput_setup_device()Dan Carpenter2011-02-211-1/+1
* Input: uinput - use memdup_user() and friendsDmitry Torokhov2011-02-211-25/+10Star
* Input: uinput - fix setting up device nameDavid Herrmann2011-02-211-7/+6Star
* Input: introduce device propertiesHenrik Rydberg2010-12-201-0/+4
* input: mt: Collect slots initialization codeHenrik Rydberg2010-12-161-2/+1Star
* input: mt: Break out slots handlingHenrik Rydberg2010-12-161-0/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | Input: uinput - setup MT usage during device creationHenrik Rydberg2010-09-201-0/+7
|/
* Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-211-0/+2
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-031-12/+17
* Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-211-2/+2
* Input: uinput - mark as non-seekableDmitry Torokhov2010-02-041-0/+1
* Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo2010-01-301-3/+0Star
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* Input: uinput - flush all pending ff effects before destroying deviceAristeu Sergio Rozanski Filho2009-05-161-23/+71
* Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale2008-10-281-27/+145
* Input: uinput - remove duplicate includeHuang Weiyi2008-07-231-1/+0Star
* uinput: BKL pushdownArnd Bergmann2008-07-021-0/+3
* Input: pull input.h into uinpit.hMike Frysinger2007-05-031-1/+0Star
* Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov2007-04-121-6/+4Star
* [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/+3Star
* 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/+3Star
* [PATCH] uniput - fix crash on SMPDmitry Torokhov2005-10-181-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/+35Star
* Input: return correct value when setting up absolute device via uinipt.Ian Campbell2005-06-011-2/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+620