summaryrefslogtreecommitdiffstats
path: root/drivers/input/joydev.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-73/+112
|\
| * Input: handlers - handle errors from input_open_device()Dmitry Torokhov2007-04-121-2/+9
| * Input: handlers - rename 'list' to 'client'Dmitry Torokhov2007-04-121-62/+68
| * Input: rework handle creation codeDmitry Torokhov2007-04-121-11/+37
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-2/+2
|/
* Input: make input_register_handler() return error codesDmitry Torokhov2006-09-141-2/+1Star
* Input: constify input coreDmitry Torokhov2006-09-141-4/+5
* Input: fix formatting to better follow CodingStyleDmitry Torokhov2006-06-261-24/+45
* 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-4/+0Star
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* Input: joydev - remove custom conversion from jiffies to msecsTobias Klauser2005-07-111-4/+2Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds2005-06-271-25/+91
|\
| * Input: This patch implements compat_ioctl for joydev.Jeremy Fitzhardinge2005-05-291-25/+91
* | [PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de2005-06-211-4/+4
|/
* Input: Fix button mapping in joydev - BTN_TRIGGER was beingVojtech Pavlik2005-05-281-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+533