Age | Commit message (Expand) | Author | Files | Lines |
2005-07-11 | Input: serio_raw - fix Kconfig help | Neil Brown | 1 | -1/+1 |
2005-07-11 | Input: serio_raw - link serio_raw misc device to corresponding | Dmitry Torokhov | 1 | -0/+1 |
2005-07-11 | Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2 | -2/+5 |
2005-07-02 | Input: cannot refer to __exit from within __init. | Andrew Morton | 1 | -1/+1 |
2005-06-30 | [PATCH] x86: i8253/i8259A lock cleanup | Ingo Molnar | 2 | -2/+5 |
2005-06-30 | Input: make name, phys and uniq be 'const char *' because once | Dmitry Torokhov | 1 | -11/+12 |
2005-06-30 | Input: rearrange procfs code to reduce number of #ifdefs | Dmitry Torokhov | 1 | -191/+198 |
2005-06-30 | Input: serio - add modalias attribute and environment variable to | Dmitry Torokhov | 1 | -16/+26 |
2005-06-30 | Input: uinput - use completions instead of events and manual | Dmitry Torokhov | 1 | -38/+43 |
2005-06-30 | Input: clean up uinput driver (formatting, extra braces) | Dmitry Torokhov | 1 | -46/+35 |
2005-06-28 | Commit the manual part of the input layer merge. | Linus Torvalds | 2 | -46/+74 |
2005-06-28 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually | Linus Torvalds | 45 | -1059/+1315 |
2005-06-26 | Merge Christoph's freeze cleanup patch | Linus Torvalds | 2 | -2/+2 |
2005-06-26 | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 2 | -2/+2 |
2005-06-26 | [PATCH] RCU: clean up a few remaining synchronize_kernel() calls | Paul E. McKenney | 1 | -1/+1 |
2005-06-23 | [PATCH] Convert users to tty_unregister_ldisc() | Alexey Dobriyan | 1 | -1/+1 |
2005-06-22 | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 1 | -1/+1 |
2005-06-21 | [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk... | Yani Ioannou | 4 | -14/+14 |
2005-06-21 | [PATCH] INPUT: move to use the new class code, instead of class_simple | gregkh@suse.de | 5 | -24/+28 |
2005-06-16 | [PATCH] ALPS: fix enabling hardware tapping | Dmitry Torokhov | 1 | -1/+1 |
2005-06-08 | [PATCH] input: disable scroll feature on AT keyboards | Vojtech Pavlik | 1 | -1/+1 |
2005-06-01 | Input: psmouse - export protocol as a sysfs per-device attribute | Dmitry Torokhov | 3 | -50/+260 |
2005-06-01 | Input: cleanup ps2_command() timeout handling in libps2. | Dmitry Torokhov | 1 | -28/+62 |
2005-06-01 | Input: add ps2_drain() to libps2 to allow reading and discarding | Dmitry Torokhov | 2 | -10/+39 |
2005-06-01 | Input: pmouse - introduce proper locking so state-changing | Dmitry Torokhov | 2 | -18/+80 |
2005-06-01 | Input: mousedev - do not wake up readers when receiving 0-motion | Dmitry Torokhov | 1 | -2/+6 |
2005-06-01 | Input: do not corrupt system-wide procfs fops. | Luke Kosewski | 1 | -0/+4 |
2005-06-01 | Input: return correct value when setting up absolute device via uinipt. | Ian Campbell | 1 | -2/+4 |
2005-06-01 | Input: ALPS - fix forward/back buttons on Ahtec laptop. | Ivan Casado Ruiz | 1 | -8/+21 |
2005-06-01 | Input: switch gameport core to using kthread API instead of | Dmitry Torokhov | 1 | -19/+12 |
2005-06-01 | Input: switch serio core to using kthread API instead of using | Dmitry Torokhov | 1 | -17/+10 |
2005-06-01 | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds... | Dmitry Torokhov | 1 | -5/+10 |
2005-05-29 | Automatic merge of 'for-linus' branch from | Linus Torvalds | 7 | -87/+66 |
2005-05-29 | Input: apparently Lifebook touchscreens have double resolution | Dmitry Torokhov | 1 | -0/+12 |
2005-05-29 | Input: lifebook - adjust initialization routines to be in line with | Dmitry Torokhov | 3 | -22/+41 |
2005-05-29 | Input: lifebook - various cleanups: | Dmitry Torokhov | 3 | -28/+13 |
2005-05-29 | Input: Add Fujitsu Lifebook B-series touchscreen driver. | Kenan Esau | 5 | -4/+154 |
2005-05-29 | Input: Make EVIOSCSABS work in evdev. | Vojtech Pavlik | 1 | -199/+180 |
2005-05-29 | Input: Add a new I-Force device to the iforce driver. | Marian-Nicolae V. Ion | 2 | -0/+2 |
2005-05-29 | Input: fix open/close races in joystick drivers - add a semaphore | Dmitry Torokhov | 4 | -23/+61 |
2005-05-29 | Input: remove user counters from drivers/input/touchscreen since | Dmitry Torokhov | 1 | -12/+7 |
2005-05-29 | Input: remove user counters from drivers/input/mouse since input | Dmitry Torokhov | 5 | -84/+31 |
2005-05-29 | Input: add semaphore and user count to input_dev structure; | Dmitry Torokhov | 1 | -5/+28 |
2005-05-29 | Input: maple_keyb - remove useless dc_kbd_open and dc_kbd_close | Dmitry Torokhov | 1 | -20/+0 |
2005-05-29 | Input: whitespace fixes in driver/input/joystick | Dmitry Torokhov | 9 | -23/+23 |
2005-05-29 | Input: whitespace fixes in drivers/input/touchscreen | Dmitry Torokhov | 3 | -92/+92 |
2005-05-29 | Input: whitespace fixes in drivers/input/keyboard | Dmitry Torokhov | 4 | -22/+22 |
2005-05-29 | Input: whitespace fixes in drivers/input/mouse | Dmitry Torokhov | 8 | -38/+36 |
2005-05-29 | Input: Corgi keyboard driver - correct two keys which are much more useful | Richard Purdie | 1 | -2/+4 |
2005-05-29 | Input: Fix a warning in evdev's 32-bit emulation code. | Vojtech Pavlik | 1 | -0/+2 |