summaryrefslogtreecommitdiffstats
path: root/drivers/input/mousedev.c
AgeCommit message (Expand)AuthorLines
2005-02-07input: Do a kill_fasync() in input handlers on device disconnectVojtech Pavlik-0/+3
2005-02-06input: Fix ExplorerPS/2 wheel emulation for wheel events > 8 ticks.Vojtech Pavlik-1/+1
2005-02-06input: Fix poll() behavior of input handlers on disconnect.Vojtech Pavlik-3/+3
2005-02-04input: Here it is, with the suggestions from Pete and Dmitry included. ThePeter Osterlund-9/+19
2005-02-04input: mousedev_packet() incorrectly clears list->ready when called withPeter Osterlund-2/+2
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-1/+1
2004-10-21Input: evdev, joydev, mousedev, tsdev - remove class device and devfsDmitry Torokhov-2/+2
2004-09-21input: Add ALPS touchpad driver, driver by Neil Brown, Peter OsterlundPeter Osterlund-4/+10
2004-07-27Input: fix absolute device handling in mousedev that was brokenDmitry Torokhov-8/+35
2004-07-27Input: fix reader wakeup conditions in mousedev, joydev and tsdevDmitry Torokhov-1/+5
2004-07-19Input: drop __attribute__ ((packed)) from mousedev_emulDmitry Torokhov-1/+1
2004-06-06Merge bk://dtor.bkbits.net/input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-55/+135
2004-06-06Input: mousedev - implement tapping for touchpads working in absoluteDmitry Torokhov-7/+31
2004-06-06Input: mousedev - better handle button presses when under loadDmitry Torokhov-48/+104
2004-05-30Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-129/+161
2004-05-28[PATCH] sparse: partial drivers/input __user annotationAlexander Viro-2/+2
2004-05-09Input: mousedev - better multiplex absolute and relative devices;Dmitry Torokhov-117/+149
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov-10/+10
2004-04-05input: Fix emulation of mouse reset (0xff) command.Vojtech Pavlik-3/+3
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman-1/+7
2004-01-18[PATCH] Convert mouse drivers to use module_paramAndrew Morton-8/+9
2004-01-18[PATCH] mousedev PS/@ emulation fixAndrew Morton-7/+9
2004-01-18[PATCH] Input: smooth out mouse jitterAndrew Morton-35/+49
2003-09-26input: Add BTN_TOUCH to Synaptics pad driver. This fixes the joydevVojtech Pavlik-45/+32
2003-09-26input: Tidy up events reported by a Synaptics pad, add touchpadPeter Osterlund-26/+74
2003-08-30[PATCH] dev_t handling cleanups (11/12)Alexander Viro-1/+1
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro-1/+1
2003-05-07[PATCH] devfs: API changesAndrew Morton-2/+7
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman-11/+0
2003-04-23[PATCH] don't include devfs_fs_kernel.h in global headersChristoph Hellwig-0/+1
2003-04-20[PATCH] devfs: inputChristoph Hellwig-33/+37
2003-03-23[PATCH] cleanup input_register_minorChristoph Hellwig-2/+2
2003-02-12input.c: joydev/mousedev updateVojtech Pavlik-1/+5
2002-11-09Handle return values from interface_register() and misc_register()Michael Still-3/+11
2002-09-27Fixes/cleanups after converting drivers to list.h lists.Vojtech Pavlik-12/+10
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik-70/+27
2002-09-24Avoid possibly busy-looping in mouse read.Linus Torvalds-8/+11
2002-08-30In mousedev.c, don't send a zero mouse movement after a command ifVojtech Pavlik-5/+4
2002-08-29Support the 0xff ps/2 mouse reset command in mousedev.c, XFreeVojtech Pavlik-0/+9
2002-08-26Use standard linked lists in input layerPatrick Mochel-6/+6
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel-0/+8
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik-8/+13
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik-22/+22
2002-07-03Update the input handler modules to latest versions.Vojtech Pavlik-2/+25
2002-02-06[PATCH] Input drivers, step #3Vojtech Pavlik-31/+53
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds-1/+1
2002-02-04v2.5.0.2 -> v2.5.0.3Linus Torvalds-3/+1
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds-3/+5
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds-32/+42
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds-1/+2