summaryrefslogtreecommitdiff
path: root/include/linux/uinput.h
AgeCommit message (Collapse)Author
2006-02-19Input: uinput - semaphore to mutex conversionDmitry Torokhov
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov
Also introduce proper locking when creating/deleting device. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-06-30Input: uinput - use completions instead of events and manualDmitry Torokhov
wakeups in force feedback code. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-02-04input: This patch adds support to uinput for Linux's force feedback interface.Micah Dowty
With these changes, it's possible to write drivers for force feedback joysticks and similar devices in userspace. It also adds a way to set the physical path of devices created via uinput, and it has a couple trivial bugfixes. Signed-off-by: Micah Dowty <micah@navi.cx> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
2002-10-11Several fixes in the uinput.c userspace input driver. Size of fifo,Zach Welch
handling of flag bits, etc.
2002-07-25Add EVIOCSABS() ioctl to change the abs* informativeVojtech Pavlik
values on input devices. This is something the X peoople really wanted. Rename input_devinfo to input_id, it's shorter and more to the point. Remove superfluous printks in uinput.c Clean up return values in evdev.c ioctl.
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik
struct by a single struct to simplify passing it around and to userspace.
2002-07-13This cset adds uinput the userspace input driver byVojtech Pavlik
Aristeu Sergio Rozanski Filho.