| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2007-05-23 | 2 | -27/+32 |
|\ |
|
| * | Input: ALPS - force stream mode | Dmitry Torokhov | 2007-05-22 | 1 | -27/+31 |
| * | Input: logips2pp - add type 72 (PS/2 TrackMan Marble) | Peter Samuelson | 2007-05-08 | 1 | -0/+1 |
* | | missing dependencies for USB drivers in input | Al Viro | 2007-05-15 | 1 | -0/+1 |
|/ |
|
* | Input: move USB mice under drivers/input/mouse | Dmitry Torokhov | 2007-05-08 | 3 | -9/+736 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2007-05-08 | 3 | -0/+172 |
|\ |
|
| * | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/... | Linus Torvalds | 2007-05-04 | 18 | -159/+591 |
| |\ |
|
| * | | m68k: Atari keyboard and mouse support. | Michael Schmitz | 2007-05-04 | 3 | -0/+172 |
* | | | Input: synaptics - don't complain about failed resets | Dmitry Torokhov | 2007-05-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | Input: lifebook - split into 2 devices | Dmitry Torokhov | 2007-04-25 | 1 | -20/+93 |
* | | Input: lifebook - add signature of Panasonic CF-29 | Dmitry Torokhov | 2007-04-25 | 1 | -0/+8 |
* | | Input: lifebook - activate 6-byte protocol on select models | Dmitry Torokhov | 2007-04-12 | 1 | -13/+65 |
* | | Input: lifebook - work properly on Panasonic CF-18 | Dmitry Torokhov | 2007-04-12 | 1 | -0/+14 |
* | | Input: mice - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 4 | -4/+4 |
* | | Input: drivers/input/mice - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 4 | -5/+0 |
* | | Input: logips2pp - add model 1 information | Dmitry Torokhov | 2007-04-12 | 1 | -0/+1 |
* | | Input: logips2pp - ignore mice reporting model as 0 | Dmitry Torokhov | 2007-04-12 | 1 | -3/+3 |
* | | Input: ALPS - handle errors from input_register_device() | Dmitry Torokhov | 2007-04-12 | 2 | -5/+9 |
* | | Input: synaptics - export model bits | Dmitry Torokhov | 2007-04-12 | 1 | -0/+10 |
* | | Input: sermouse - improve protocol error recovery | Peter Osterlund | 2007-03-16 | 1 | -4/+12 |
* | | Input: psmouse - allow disabing certain protocol extensions | Andres Salomon | 2007-03-10 | 10 | -59/+195 |
* | | Input: psmouse - do not force stream mode | Dmitry Torokhov | 2007-03-07 | 1 | -6/+0 |
* | | Input: HIL - cleanup coding style | Helge Deller | 2007-02-28 | 1 | -44/+49 |
* | | Input: psmouse - add support for eGalax PS/2 touchscreen controller | Stefan Lucke | 2007-02-18 | 5 | -7/+139 |
|/ |
|
* | Input: remove obsolete setup parameters from input drivers | Dmitry Torokhov | 2007-02-18 | 3 | -10/+0 |
* | Input: psmouse - properly reset mouse on shutdown/suspend | Dmitry Torokhov | 2007-02-18 | 3 | -0/+30 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | Input: inport - use correct config option for ATIXL | Robert P. J. Day | 2007-02-10 | 1 | -1/+1 |
* | Input: pc110pad - return proper error | Akinobu Mita | 2006-12-21 | 1 | -1/+1 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-12-08 | 1 | -3/+4 |
|\ |
|
| * | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+4 |
* | | Input: handle serio_register_driver() errors | Akinobu Mita | 2006-11-23 | 4 | -8/+9 |
* | | Input: psmouse - fix attribute access on 64-bit systems | Sergey Vlasov | 2006-11-09 | 1 | -3/+6 |
* | | Input: mice - handle errors when registering input devices | Dmitry Torokhov | 2006-11-05 | 8 | -60/+154 |
* | | Input: logips2pp - handle sysfs errors | Jeff Garzik | 2006-11-02 | 1 | -2/+9 |
* | | Input: trackpoint - handle sysfs errors | Jeff Garzik | 2006-11-02 | 1 | -2/+10 |
* | | Input: lifebook - learn about hard tabs | Andrew Morton | 2006-11-02 | 1 | -45/+43 |
* | | Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signature | Greg Chandler | 2006-11-02 | 1 | -0/+6 |
|/ |
|
* | [PATCH] m68k/HP300: Enable HIL configuration options | Geert Uytterhoeven | 2006-10-09 | 1 | -1/+1 |
* | Build fixes for struct pt_regs removal | Matthew Wilcox | 2006-10-06 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 14 | -70/+43 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-09-19 | 3 | -27/+35 |
|\ |
|
| * | Input: psmouse - fix Intellimouse 4.0 initialization | Pozsar Balazs | 2006-08-23 | 1 | -7/+0 |
| * | 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: constify psmouse driver | Helge Deller | 2006-09-10 | 6 | -32/+40 |
* | | Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanup | Helge Deller | 2006-08-08 | 1 | -11/+12 |
|/ |
|
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 3 | -3/+0 |
* | Input: psmouse - add support for Intellimouse 4.0 | Pozsar Balazs | 2006-06-26 | 1 | -3/+30 |