summaryrefslogtreecommitdiff
path: root/drivers/input/misc/uinput.c
AgeCommit message (Expand)Author
2019-06-25Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOADAndrey Smirnov
2019-01-31Input: uinput - fix undefined behavior in uinput_validate_absinfo()Dmitry Torokhov
2017-09-21Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov
2017-09-21Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov
2017-02-01Input: uinput - fix crash when mixing old and new init styleDmitry Torokhov
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2016-05-20Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton
2015-12-18Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft
2015-12-18Input: uinput - rework ABS validationDavid Herrmann
2015-12-18Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires
2015-09-21Input: uinput - fix crash when using ABS eventsDmitry Torokhov
2015-07-09Input: uinput - switch to using for_each_set_bit()Anshul Garg
2014-07-21Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann
2014-07-21Input: uinput - uinput_validate_absbits() cleanupDavid Herrmann
2014-02-12Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs pathBenjamin Tissoires
2014-01-30Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires
2013-09-19Input: uinput - support injecting multiple events in one write() callRyan Mallon
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg
2012-08-21Input: uinput - fix formattingDmitry Torokhov
2012-08-21Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov
2012-08-21Input: uinput - mark failed submission requests as freeDmitry Torokhov
2012-08-21Input: uinput - fix race that can block nonblocking readDmitry Torokhov
2012-08-21Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann
2012-08-21Input: uinput - take event lock when fetching events from bufferDmitry Torokhov
2011-03-31Input: uinput - allow for 0/0 min/max on absolute axes.Peter Hutterer
2011-02-21Input: uinput - reversed test in uinput_setup_device()Dan Carpenter
2011-02-21Input: uinput - use memdup_user() and friendsDmitry Torokhov
2011-02-21Input: uinput - fix setting up device nameDavid Herrmann
2010-12-20Input: introduce device propertiesHenrik Rydberg
2010-12-16input: mt: Collect slots initialization codeHenrik Rydberg
2010-12-16input: mt: Break out slots handlingHenrik Rydberg
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-19Input: uinput - setup MT usage during device creationHenrik Rydberg
2010-08-21Input: uinput - add devname alias to allow module on-demand loadKay Sievers
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack
2010-05-20Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack
2010-02-04Input: uinput - mark as non-seekableDmitry Torokhov
2010-01-29Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-05-15Input: uinput - flush all pending ff effects before destroying deviceAristeu Sergio Rozanski Filho
2008-10-27Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale
2008-07-23Input: uinput - remove duplicate includeHuang Weiyi
2008-07-02uinput: BKL pushdownArnd Bergmann
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