Age | Commit message (Expand) | Author | Files | Lines |
2006-08-23 | Input: psmouse - fix Intellimouse 4.0 initialization | Pozsar Balazs | 1 | -7/+0 |
2006-08-23 | Input: wistron - fix crash due to referencing __initdata | Dmitry Torokhov | 1 | -8/+8 |
2006-08-23 | Input: atkbd - fix overrun in atkbd_set_repeat_rate() | Florin Malita | 1 | -1/+1 |
2006-08-05 | Input: atkbd - restore repeat rate when resuming | Dmitry Torokhov | 1 | -43/+60 |
2006-08-05 | Input: trackpoint - activate protocol when resuming | Dmitry Torokhov | 1 | -18/+34 |
2006-08-05 | Input: logips2pp - fix button mapping for MX300 | Roberto Castagnola | 1 | -2/+1 |
2006-07-19 | Input: serio/gameport - check whether driver core calls succeeded | Randy Dunlap | 2 | -31/+100 |
2006-07-19 | Input: spaceball - make 4000FLX Lefty work | Nick Martin | 1 | -1/+1 |
2006-07-19 | Input: add missing handler->start() call | Dmitry Torokhov | 1 | -1/+4 |
2006-07-15 | Input: fix list iteration in input_release_device() | Andrew Morton | 1 | -3/+5 |
2006-07-15 | Input: iforce - add Trust Force Feedback Race Master support | Przemek Iskra | 1 | -0/+1 |
2006-07-07 | Input: iforce - check array bounds before accessing elements | Dmitry Torokhov | 1 | -9/+9 |
2006-07-07 | Input: libps2 - warn instead of oopsing when passed bad arguments | Dmitry Torokhov | 1 | -0/+5 |
2006-07-07 | Input: fm801-gp - fix use after free | Dmitry Torokhov | 1 | -2/+2 |
2006-07-06 | Input: wistron - fix section reference mismatches | Andrew Morton | 1 | -10/+10 |
2006-07-06 | Input: introduce input_inject_event() function | Dmitry Torokhov | 2 | -3/+30 |
2006-07-06 | Input: add start() method to input handlers | Dmitry Torokhov | 1 | -2/+10 |
2006-07-06 | Input: remove accept method from input_dev | Dmitry Torokhov | 2 | -13/+0 |
2006-07-04 | [PATCH] lockdep: annotate serio | Arjan van de Ven | 1 | -1/+1 |
2006-07-04 | [PATCH] sparc i8042 build fix | Andrew Morton | 1 | -1/+1 |
2006-07-03 | Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2006-07-03 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 11 | -18/+18 |
2006-07-02 | [ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includes | Thomas Gleixner | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 18 | -18/+0 |
2006-06-30 | [SERIO] i8042-sparcio.h: Convert to of_driver framework. | David S. Miller | 1 | -39/+69 |
2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 1 | -1/+0 |
2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -3/+3 |
2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 3 | -2/+21 |
2006-06-28 | Input: db9 - fix potential buffer overrun | Eric Sesterhenn | 1 | -1/+1 |
2006-06-28 | Input: atkbd - fix hardware autorepeat | Dmitry Torokhov | 1 | -1/+1 |
2006-06-28 | Input: fix resetting name, phys and uniq when unregistering device | Dmitry Torokhov | 1 | -1/+2 |
2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in misc drivers | Greg Kroah-Hartman | 1 | -3/+3 |
2006-06-27 | Input: wistron - add mapping for Wistron MS 2111 | Frank de Lange | 1 | -0/+19 |
2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 1 | -1/+0 |
2006-06-26 | Input: iforce - remove some pointless casts | Jesper Juhl | 1 | -3/+3 |
2006-06-26 | Input: psmouse - add support for Intellimouse 4.0 | Pozsar Balazs | 1 | -3/+30 |
2006-06-26 | Input: atkbd - fix HANGEUL/HANJA keys | Dmitry Torokhov | 1 | -77/+131 |
2006-06-26 | Input: fix misspelling of Hangeul key | Jerome Pinot | 1 | -4/+4 |
2006-06-26 | Input: rearrange exports | Dmitry Torokhov | 1 | -15/+14 |
2006-06-26 | Input: fix formatting to better follow CodingStyle | Dmitry Torokhov | 5 | -61/+119 |
2006-06-26 | Input: reset name, phys and uniq when unregistering | Dmitry Torokhov | 1 | -1/+18 |
2006-06-26 | Input: return correct size when reading modalias attribute | Richard Purdie | 1 | -1/+1 |
2006-06-26 | Input: fix potential overflows in driver/input/keyboard | Dmitry Torokhov | 5 | -10/+16 |
2006-06-26 | Input: fix potential overflows in driver/input/touchscreen | Dmitry Torokhov | 3 | -3/+3 |
2006-06-26 | Input: fix potential overflows in driver/input/joystick | Dmitry Torokhov | 16 | -30/+40 |
2006-06-26 | Input: fix potential overflows in driver/input/mouse | Dmitry Torokhov | 4 | -14/+18 |
2006-06-26 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 7 | -120/+155 |
2006-06-25 | [PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers | Matt Mackall | 2 | -6/+3 |
2006-06-24 | [SPARC64]: Add of_device layer and make ebus/isa use it. | David S. Miller | 2 | -96/+124 |
2006-06-24 | [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. | David S. Miller | 2 | -7/+7 |