summaryrefslogtreecommitdiff
path: root/drivers/input/mousedev.c
AgeCommit message (Expand)Author
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2007-06-03Input: reduce raciness when input handlers disconnectDmitry Torokhov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-12Input: mousedev - fix sudden warps with touchpadsDmitry Torokhov
2007-04-12Input: handlers - handle errors from input_open_device()Dmitry Torokhov
2007-04-12Input: handlers - rename 'list' to 'client'Dmitry Torokhov
2007-04-12Input: rework handle creation codeDmitry Torokhov
2006-11-17Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLEMarton Nemeth
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov
2006-09-14Input: constify input coreDmitry Torokhov
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26Input: fix formatting to better follow CodingStyleDmitry Torokhov
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn
2006-01-29Input: mousedev - fix memory leakKimball Murray
2005-12-11Input: mousedev - make module parameters visible in sysfsDmitry Torokhov
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de
2005-06-01Input: mousedev - do not wake up readers when receiving 0-motionDmitry Torokhov
2005-05-28[PATCH] fix jumpy mouse cursor on consolePavel Machek
2005-02-07input: Do a kill_fasync() in input handlers on device disconnectVojtech Pavlik
2005-02-06input: Fix ExplorerPS/2 wheel emulation for wheel events > 8 ticks.Vojtech Pavlik
2005-02-06input: Fix poll() behavior of input handlers on disconnect.Vojtech Pavlik
2005-02-04input: Here it is, with the suggestions from Pete and Dmitry included. ThePeter Osterlund
2005-02-04input: mousedev_packet() incorrectly clears list->ready when called withPeter Osterlund
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2004-10-21Input: evdev, joydev, mousedev, tsdev - remove class device and devfsDmitry Torokhov
2004-09-21input: Add ALPS touchpad driver, driver by Neil Brown, Peter OsterlundPeter Osterlund
2004-07-27Input: fix absolute device handling in mousedev that was brokenDmitry Torokhov
2004-07-27Input: fix reader wakeup conditions in mousedev, joydev and tsdevDmitry Torokhov
2004-07-19Input: drop __attribute__ ((packed)) from mousedev_emulDmitry Torokhov
2004-06-06Merge bk://dtor.bkbits.net/input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-06-06Input: mousedev - implement tapping for touchpads working in absoluteDmitry Torokhov
2004-06-06Input: mousedev - better handle button presses when under loadDmitry Torokhov
2004-05-30Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-05-28[PATCH] sparse: partial drivers/input __user annotationAlexander Viro
2004-05-09Input: mousedev - better multiplex absolute and relative devices;Dmitry Torokhov
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov
2004-04-05input: Fix emulation of mouse reset (0xff) command.Vojtech Pavlik
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman
2004-01-18[PATCH] Convert mouse drivers to use module_paramAndrew Morton
2004-01-18[PATCH] mousedev PS/@ emulation fixAndrew Morton
2004-01-18[PATCH] Input: smooth out mouse jitterAndrew Morton
2003-09-26input: Add BTN_TOUCH to Synaptics pad driver. This fixes the joydevVojtech Pavlik