| Age | Commit message (Expand) | Author |
| 2006-01-29 | Input: mousedev - fix memory leak | Kimball Murray |
| 2005-12-11 | Input: mousedev - make module parameters visible in sysfs | Dmitry Torokhov |
| 2005-10-28 | [PATCH] INPUT: Create symlinks for backwards compatibility | Greg 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 devices | Greg Kroah-Hartman |
| 2005-10-28 | [PATCH] Input: kill devfs references | Dmitry Torokhov |
| 2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman |
| 2005-06-27 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually | Linus Torvalds |
| 2005-06-20 | [PATCH] INPUT: move to use the new class code, instead of class_simple | gregkh@suse.de |
| 2005-06-01 | Input: mousedev - do not wake up readers when receiving 0-motion | Dmitry Torokhov |
| 2005-05-28 | [PATCH] fix jumpy mouse cursor on console | Pavel Machek |
| 2005-02-07 | input: Do a kill_fasync() in input handlers on device disconnect | Vojtech Pavlik |
| 2005-02-06 | input: Fix ExplorerPS/2 wheel emulation for wheel events > 8 ticks. | Vojtech Pavlik |
| 2005-02-06 | input: Fix poll() behavior of input handlers on disconnect. | Vojtech Pavlik |
| 2005-02-04 | input: Here it is, with the suggestions from Pete and Dmitry included. The | Peter Osterlund |
| 2005-02-04 | input: mousedev_packet() incorrectly clears list->ready when called with | Peter Osterlund |
| 2005-02-04 | Input: Make some needlessly global code static. | Adrian Bunk |
| 2004-10-21 | Input: evdev, joydev, mousedev, tsdev - remove class device and devfs | Dmitry Torokhov |
| 2004-09-21 | input: Add ALPS touchpad driver, driver by Neil Brown, Peter Osterlund | Peter Osterlund |
| 2004-07-27 | Input: fix absolute device handling in mousedev that was broken | Dmitry Torokhov |
| 2004-07-27 | Input: fix reader wakeup conditions in mousedev, joydev and tsdev | Dmitry Torokhov |
| 2004-07-19 | Input: drop __attribute__ ((packed)) from mousedev_emul | Dmitry Torokhov |
| 2004-06-06 | Merge bk://dtor.bkbits.net/input into suse.cz:/home/vojtech/bk/input | Vojtech Pavlik |
| 2004-06-06 | Input: mousedev - implement tapping for touchpads working in absolute | Dmitry Torokhov |
| 2004-06-06 | Input: mousedev - better handle button presses when under load | Dmitry Torokhov |
| 2004-05-30 | Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/input | Vojtech Pavlik |
| 2004-05-28 | [PATCH] sparse: partial drivers/input __user annotation | Alexander Viro |
| 2004-05-09 | Input: mousedev - better multiplex absolute and relative devices; | Dmitry Torokhov |
| 2004-05-09 | Input: trailing whitespace fixes in drivers/input | Dmitry Torokhov |
| 2004-04-05 | input: Fix emulation of mouse reset (0xff) command. | Vojtech Pavlik |
| 2004-01-19 | [PATCH] Input: add sysfs class support for input devices | Greg Kroah-Hartman |
| 2004-01-18 | [PATCH] Convert mouse drivers to use module_param | Andrew Morton |
| 2004-01-18 | [PATCH] mousedev PS/@ emulation fix | Andrew Morton |
| 2004-01-18 | [PATCH] Input: smooth out mouse jitter | Andrew Morton |
| 2003-09-26 | input: Add BTN_TOUCH to Synaptics pad driver. This fixes the joydev | Vojtech Pavlik |
| 2003-09-26 | input: Tidy up events reported by a Synaptics pad, add touchpad | Peter 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 changes | Andrew Morton |
| 2003-04-28 | driver 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 headers | Christoph Hellwig |
| 2003-04-20 | [PATCH] devfs: input | Christoph Hellwig |
| 2003-03-23 | [PATCH] cleanup input_register_minor | Christoph Hellwig |
| 2003-02-12 | input.c: joydev/mousedev update | Vojtech Pavlik |
| 2002-11-09 | Handle return values from interface_register() and misc_register() | Michael Still |
| 2002-09-27 | Fixes/cleanups after converting drivers to list.h lists. | Vojtech Pavlik |
| 2002-09-25 | Convert more of input to list.h usage. | Vojtech Pavlik |
| 2002-09-24 | Avoid possibly busy-looping in mouse read. | Linus Torvalds |
| 2002-08-30 | In mousedev.c, don't send a zero mouse movement after a command if | Vojtech Pavlik |
| 2002-08-29 | Support the 0xff ps/2 mouse reset command in mousedev.c, XFree | Vojtech Pavlik |