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