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