summaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-071-280/+213
|\
| * Input: evdev - consolidate compat and regular codeDmitry Torokhov2005-12-111-280/+213
* | [PATCH] s390: cleanup KconfigMartin Schwidefsky2006-01-061-1/+1
|/
* Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov2005-10-311-0/+3
* Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov2005-10-311-0/+1
* [PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman2005-10-281-2/+8
* [PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman2005-10-281-2/+2
* [PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman2005-10-281-3/+3
* [PATCH] Input: kill devfs referencesDmitry Torokhov2005-10-281-4/+0
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* Manual merge with LinusDmitry Torokhov2005-09-091-1/+11
|\
| * [PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk2005-09-091-1/+1
| * [PATCH] Input: Add a new switch event typeRichard Purdie2005-09-071-0/+8
| * [PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatRalf Baechle2005-09-051-0/+2
* | Input: fix checking whether new keycode fits size-wiseIan Campbell2005-09-041-1/+1
|/
* Input: check keycodesize when adjusting keymapsVojtech Pavlik2005-07-241-0/+1
OpenPOWER on IntegriCloud