aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/evdev.c
Commit message (Expand)AuthorAgeFilesLines
* input: evdev: use bma250 sensor for evita, fighter and jetJose Adolfo Galdamez2016-05-131-1/+3
* input: evdev: use boottime for sensorsDimitri Unrau2016-05-011-1/+40
* Input: evdev - add CLOCK_BOOTTIME supportAniroop Mathur2016-05-011-15/+46
* Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-061-0/+1
|\
| * Input: evdev - fix variable initialisationHeiko Stuebner2012-02-011-1/+1
| * Input: evdev - Add ioctl to block suspend while event queue is not empty.Arve Hjønnevåg2012-01-311-6/+47
| * Input: evdev - Don't hold wakelock when no data is available to user-spaceArve Hjønnevåg2012-01-311-2/+3
| * input: evdev: do not block waiting for an event if fd is nonblockDima Zavin2011-10-041-8/+6
| * input: evdev: if no events and non-block, return EAGAIN not 0Dima Zavin2011-10-041-0/+2
| * input: evdev: only allow reading events if a full packet is presentDima Zavin2011-10-041-1/+1
| * Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-291-1/+2
| |\
| * | input: evdev: Add missing wake_lock_destroyBenoit Goby2011-06-141-0/+1
| * | input: evdev: Use unique wakelock namesMike Chan2011-06-141-1/+4
| * | Input: Use monotonic time for event time stamps.Arve Hjønnevåg2011-06-141-1/+4
| * | Input: Hold wake lock while event queue is not empty.Arve Hjønnevåg2011-06-141-0/+7
* | | Input: evdev - Add ioctl to block suspend while event queue is not empty.Arve Hjønnevåg2012-04-091-0/+53
* | | Merge branch 'next' into for-linusDmitry Torokhov2012-03-191-5/+47
|\ \ \
| * \ \ Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov2012-03-091-1/+26
| |\ \ \
| | * | | Input: Add EVIOC mechanism for MT slotsHenrik Rydberg2012-02-091-1/+26
| * | | | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-091-1/+1
| |\ \ \ \
| * | | | | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-031-4/+21
| | |/ / / | |/| | |
* | | | | Input: evdev - fix variable initialisationHeiko Stübner2012-02-241-1/+1
| |/ / / |/| | |
* | | | Input: evdev - fix variable initialisationHeiko Stübner2012-02-011-1/+1
|/ / /
* | | Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin2011-12-301-8/+7
* | | Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin2011-12-301-0/+3
* | | Input: evdev - only allow reading events if a full packet is presentDima Zavin2011-12-301-1/+1
| |/ |/|
* | Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov2011-06-181-1/+2
|/
* Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-121-2/+0
* Input: evdev - only signal polls on full packetsJeff Brown2011-04-261-6/+11
* Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown2011-04-121-12/+21
* Input: evdev - fix evdev_write return value on partial writesPeter Korsgaard2011-02-271-4/+6
* Merge branch 'next' into for-linusDmitry Torokhov2011-01-061-7/+12
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov2010-12-271-0/+4
| |\
| | * Input: introduce device propertiesHenrik Rydberg2010-12-201-0/+4
| * | Input: use pr_fmt and pr_<level>Joe Perches2010-11-301-7/+8
| |/
* / Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2Dmitry Torokhov2010-12-141-55/+58
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-251-20/+80
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2010-10-241-20/+80
| |\
| | * Input: add support for large scancodesMauro Carvalho Chehab2010-09-091-20/+80
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+2
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-1/+1
|\ \ \ | |_|/ |/| |
| * | input: __rcu annotationsArnd Bergmann2010-08-191-1/+1
| |/
* | Input: evdev - fix EVIOCSABS regressionDaniel Mack2010-10-181-1/+1
* | Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack2010-10-181-0/+6
|/
* Input: evdev - rearrange ioctl handlingDmitry Torokhov2010-08-021-68/+73
* Input: dynamically allocate ABS informationDaniel Mack2010-08-021-16/+5
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-021-13/+13
* Input: evdev - signal that device is writable in evdev_poll()Dmitry Torokhov2010-07-151-2/+7
* Input: change input handlers to use bool when possibleDmitry Torokhov2010-07-151-3/+3