summaryrefslogtreecommitdiff
path: root/drivers/input/mousedev.c
AgeCommit message (Expand)Author
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
2003-09-26input: Tidy up events reported by a Synaptics pad, add touchpadPeter Osterlund
2003-08-30[PATCH] dev_t handling cleanups (11/12)Alexander Viro
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro
2003-05-07[PATCH] devfs: API changesAndrew Morton
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman
2003-04-23[PATCH] don't include devfs_fs_kernel.h in global headersChristoph Hellwig
2003-04-20[PATCH] devfs: inputChristoph Hellwig
2003-03-23[PATCH] cleanup input_register_minorChristoph Hellwig
2003-02-12input.c: joydev/mousedev updateVojtech Pavlik
2002-11-09Handle return values from interface_register() and misc_register()Michael Still
2002-09-27Fixes/cleanups after converting drivers to list.h lists.Vojtech Pavlik
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik
2002-09-24Avoid possibly busy-looping in mouse read.Linus Torvalds
2002-08-30In mousedev.c, don't send a zero mouse movement after a command ifVojtech Pavlik
2002-08-29Support the 0xff ps/2 mouse reset command in mousedev.c, XFreeVojtech Pavlik
2002-08-26Use standard linked lists in input layerPatrick Mochel
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-03Update the input handler modules to latest versions.Vojtech Pavlik
2002-02-06[PATCH] Input drivers, step #3Vojtech Pavlik
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds