aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-5/+52
* samsung update 1codeworkx2012-06-021-11/+25
* 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
* Input: introduce MT event slotsHenrik Rydberg2010-07-151-0/+4
* Input: evdev - never leave the client buffer empty after writeHenrik Rydberg2010-06-231-3/+7
* Input: evdev - use driver hint to compute size of event bufferHenrik Rydberg2010-06-231-2/+7
* Input: evdev - convert to dynamic event bufferHenrik Rydberg2010-06-231-5/+17
* Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-081-1/+1
* Input: mark input interfaces as non-seekableDmitry Torokhov2010-02-041-0/+2
* Input: evdev - be less aggressive about sending SIGIO notifiesAdam Jackson2010-01-061-1/+2
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* Input: fix EVIOCGNAME/JSIOCGNAME regressionDaniel Mack2009-07-131-2/+1
* Input: synaptics - add support for reporting x/y resolutionTero Saarni2009-06-191-3/+9
* Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo2009-05-111-5/+4
* Rationalize fasync return valuesJonathan Corbet2009-03-161-4/+1
* Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov2008-12-201-1/+0
|\
| * saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-301-1/+1
* | Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale2008-10-271-189/+8
|/
* Input: evdev - fix printf() format for sizeofGeert Uytterhoeven2008-08-191-2/+2
* Input: paper over a bug in Synaptics X driverDmitry Torokhov2008-08-081-1/+20
* Input: evdev - split EVIOCGBIT handlig into a separate functionLinus Torvalds2008-08-081-20/+24
* Input: fix force feedback upload issue in compat modeAdam Dawidowski2008-06-301-11/+90
* Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-011-4/+2
* evdev: Release eventual input device grabs when getting disconnectedBjörn Steinbrink2008-03-301-0/+3
* Input: Add proper locking when changing device's keymapDmitry Torokhov2008-01-211-3/+3
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-6/+6