summaryrefslogtreecommitdiffstats
path: root/drivers/input/tsdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+1
* | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-051-68/+107
|\
| * Input: handlers - handle errors from input_open_device()Dmitry Torokhov2007-04-121-2/+9
| * Input: handlers - rename 'list' to 'client'Dmitry Torokhov2007-04-121-51/+59
| * Input: rework handle creation codeDmitry Torokhov2007-04-121-17/+41
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-2/+2
|/
* Input: tsdev - schedule removalRichard Purdie2007-02-101-0/+4
* Input: make input_register_handler() return error codesDmitry Torokhov2006-09-141-3/+1Star
* Input: constify input coreDmitry Torokhov2006-09-141-5/+3Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* Input: fix formatting to better follow CodingStyleDmitry Torokhov2006-06-261-8/+14
* Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-141-4/+2Star
* [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-7/+0Star
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de2005-06-211-4/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+492