summaryrefslogtreecommitdiffstats
path: root/drivers/input/mousedev.c
Commit message (Expand)AuthorAgeFilesLines
* mousedev: BKL pushdownArnd Bergmann2008-07-021-2/+10
* Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-011-1/+2
* Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov2008-01-301-1/+1
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0Star
* Input: mousedev - handle mice that use absolute coordinatesMicah Parrish2008-01-171-0/+9
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-12/+14
* Input: use full RCU APIDmitry Torokhov2007-10-131-7/+4Star
* Input: fix open count handling in input interfacesOliver Neukum2007-10-121-1/+4
* Input: mousedev - implement proper lockingDmitry Torokhov2007-08-301-272/+470
* Input: convert from class devices to standard devicesDmitry Torokhov2007-07-101-110/+132
* 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-177/+262
|\
| * Input: mousedev - fix sudden warps with touchpadsDmitry Torokhov2007-04-121-25/+26
| * Input: handlers - handle errors from input_open_device()Dmitry Torokhov2007-04-121-34/+80
| * Input: handlers - rename 'list' to 'client'Dmitry Torokhov2007-04-121-115/+122
| * Input: rework handle creation codeDmitry Torokhov2007-04-121-15/+46
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-2/+2
|/
* Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLEMarton Nemeth2006-11-171-1/+1
* Input: make input_register_handler() return error codesDmitry Torokhov2006-09-141-4/+17
* Input: constify input coreDmitry Torokhov2006-09-141-3/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* Input: fix formatting to better follow CodingStyleDmitry Torokhov2006-06-261-15/+27
* Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-141-4/+2Star
* Input: mousedev - fix memory leakKimball Murray2006-01-301-6/+3Star
* Input: mousedev - make module parameters visible in sysfsDmitry Torokhov2005-12-111-5/+5
* [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-4/+4
* [PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman2005-10-281-5/+5
* [PATCH] Input: kill devfs referencesDmitry Torokhov2005-10-281-8/+1Star
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-2/+2
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds2005-06-271-2/+6
|\
| * Input: mousedev - do not wake up readers when receiving 0-motionDmitry Torokhov2005-06-011-2/+6
* | [PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de2005-06-211-7/+9
|/
* [PATCH] fix jumpy mouse cursor on consolePavel Machek2005-05-281-5/+10
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+758