| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: uinput - fix crash when mixing old and new init style | Dmitry Torokhov | 2017-02-01 | 1 | -6/+14 |
* | miscdevice: Add helper macro for misc device boilerplate | PrasannaKumar Muralidharan | 2016-08-31 | 1 | -13/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2016-05-27 | 1 | -0/+6 |
|\ |
|
| * | Input: uinput - handle compat ioctl for UI_SET_PHYS | Ricky Liang | 2016-05-20 | 1 | -0/+6 |
* | | drivers/input: eliminate INPUT_COMPAT_TEST macro | Andrew Morton | 2016-03-25 | 1 | -2/+2 |
|/ |
|
* | Input: uinput - sanity check on ff_effects_max and EV_FF | Elias Vanderstuyft | 2015-12-18 | 1 | -0/+7 |
* | Input: uinput - rework ABS validation | David Herrmann | 2015-12-18 | 1 | -44/+45 |
* | Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl | Benjamin Tissoires | 2015-12-18 | 1 | -3/+83 |
* | Input: uinput - fix crash when using ABS events | Dmitry Torokhov | 2015-09-21 | 1 | -1/+1 |
* | Input: uinput - switch to using for_each_set_bit() | Anshul Garg | 2015-07-09 | 1 | -4/+2 |
* | Input: uinput - add UI_GET_VERSION ioctl | David Herrmann | 2014-07-21 | 1 | -0/+6 |
* | Input: uinput - uinput_validate_absbits() cleanup | David Herrmann | 2014-07-21 | 1 | -19/+22 |
* | Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs path | Benjamin Tissoires | 2014-02-12 | 1 | -0/+43 |
* | Input: uinput - breaks by goto out in uinput_ioctl_handler | Benjamin Tisssoires | 2014-01-30 | 1 | -29/+27 |
* | Input: uinput - support injecting multiple events in one write() call | Ryan Mallon | 2013-09-19 | 1 | -8/+18 |
* | Merge branch 'for-next' of git://github.com/rydberg/linux into next | Dmitry Torokhov | 2012-10-01 | 1 | -1/+1 |
|\ |
|
| * | Input: MT - Add flags to input_mt_init_slots() | Henrik Rydberg | 2012-09-19 | 1 | -1/+1 |
* | | Input: uinput - fix formatting | Dmitry Torokhov | 2012-08-21 | 1 | -10/+18 |
* | | Input: uinput - specify exact bit sizes on userspace APIs | Dmitry Torokhov | 2012-08-21 | 1 | -5/+6 |
* | | Input: uinput - mark failed submission requests as free | Dmitry Torokhov | 2012-08-21 | 1 | -38/+40 |
* | | Input: uinput - fix race that can block nonblocking read | Dmitry Torokhov | 2012-08-21 | 1 | -30/+44 |
* | | Input: uinput - return -EINVAL when read buffer size is too small | David Herrmann | 2012-08-21 | 1 | -0/+3 |
* | | Input: uinput - take event lock when fetching events from buffer | Dmitry Torokhov | 2012-08-21 | 1 | -3/+24 |
|/ |
|
* | Input: uinput - allow for 0/0 min/max on absolute axes. | Peter Hutterer | 2011-03-31 | 1 | -1/+5 |
* | Input: uinput - reversed test in uinput_setup_device() | Dan Carpenter | 2011-02-21 | 1 | -1/+1 |
* | Input: uinput - use memdup_user() and friends | Dmitry Torokhov | 2011-02-21 | 1 | -25/+10 |
* | Input: uinput - fix setting up device name | David Herrmann | 2011-02-21 | 1 | -7/+6 |
* | Input: introduce device properties | Henrik Rydberg | 2010-12-20 | 1 | -0/+4 |
* | input: mt: Collect slots initialization code | Henrik Rydberg | 2010-12-16 | 1 | -2/+1 |
* | input: mt: Break out slots handling | Henrik Rydberg | 2010-12-16 | 1 | -0/+1 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | Input: uinput - setup MT usage during device creation | Henrik Rydberg | 2010-09-19 | 1 | -0/+7 |
|/ |
|
* | Input: uinput - add devname alias to allow module on-demand load | Kay Sievers | 2010-08-21 | 1 | -0/+2 |
* | Input: switch to input_abs_*() access functions | Daniel Mack | 2010-08-02 | 1 | -12/+17 |
* | Input: use ABS_CNT rather than (ABS_MAX + 1) | Daniel Mack | 2010-05-20 | 1 | -2/+2 |
* | Input: uinput - mark as non-seekable | Dmitry Torokhov | 2010-02-04 | 1 | -0/+1 |
* | Input: uinput - remove BKL from uinput_open function | Thadeu Lima de Souza Cascardo | 2010-01-29 | 1 | -3/+0 |
* | headers: remove sched.h from poll.h | Alexey Dobriyan | 2009-10-04 | 1 | -0/+1 |
* | Input: uinput - flush all pending ff effects before destroying device | Aristeu Sergio Rozanski Filho | 2009-05-15 | 1 | -23/+71 |
* | Input: refactor evdev 32bit compat to be shareable with uinput | Philip Langdale | 2008-10-27 | 1 | -27/+145 |
* | Input: uinput - remove duplicate include | Huang Weiyi | 2008-07-23 | 1 | -1/+0 |
* | uinput: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
* | Input: pull input.h into uinpit.h | Mike Frysinger | 2007-05-03 | 1 | -1/+0 |
* | Input: drivers/input/misc - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 1 | -6/+4 |
* | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | Input: uinput - switch to the new FF interface | Anssi Hannula | 2006-07-19 | 1 | -16/+51 |
* | Input: uinput - semaphore to mutex conversion | Dmitry Torokhov | 2006-02-19 | 1 | -7/+7 |
* | Input: uinput - don't use "interruptible" in FF code | Dmitry Torokhov | 2005-11-20 | 1 | -8/+3 |
* | Input: uinput - add UI_SET_SWBIT ioctl | Dmitry Torokhov | 2005-11-20 | 1 | -0/+4 |