aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Input: use full RCU APIDmitry Torokhov2007-10-131-13/+9
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-10-121-1/+1
|\
| * [MIPS] Fixup secure computing stuff.Ralf Baechle2007-07-311-1/+1
* | Input: fix open count handling in input interfacesOliver Neukum2007-10-121-1/+4
* | Input: evdev - implement proper lockingDmitry Torokhov2007-08-301-240/+473
|/
* Input: convert from class devices to standard devicesDmitry Torokhov2007-07-101-42/+42
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-06-041-1/+1
|\
| * Input: reduce raciness when input handlers disconnectDmitry Torokhov2007-06-031-1/+1
* | Input: evdev - fix overflow in compat_ioctlKenichi Nagai2007-05-111-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2007-05-081-3/+3
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-081-3/+3
| |\
| * | Input: evdev - fix some sparse warnings (signedness, shadowing)Dmitry Torokhov2007-05-031-3/+3
* | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
| |/ |/|
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-041-101/+132
|\ \ | |/
| * Input: handlers - handle errors from input_open_device()Dmitry Torokhov2007-04-121-2/+9
| * Input: handlers - rename 'list' to 'client'Dmitry Torokhov2007-04-121-70/+80
| * Input: rework handle creation codeDmitry Torokhov2007-04-121-11/+36
| * Input: add getkeycode and setkeycode methodsMarvin Raaijmakers2007-03-141-20/+9
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-2/+2
|/
* Input: make input_register_handler() return error codesDmitry Torokhov2006-09-141-2/+1
* Input: constify input coreDmitry Torokhov2006-09-141-3/+4
* Input: implement new force feedback interfaceAnssi Hannula2006-07-191-17/+15
* Input: introduce input_inject_event() functionDmitry Torokhov2006-07-061-3/+3
* Input: remove accept method from input_devDmitry Torokhov2006-07-061-4/+0
* Input: fix formatting to better follow CodingStyleDmitry Torokhov2006-06-261-2/+8
* [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* Input: ressurect EVIOCGREP and EVIOCSREPDmitry Torokhov2006-04-291-0/+21
* Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-141-4/+2
* [PATCH] ia64: task_pt_regs()Al Viro2006-01-121-1/+1
* [PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2006-01-111-1/+3