| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Input: cobalt buttons - separate device and driver registration | Dmitry Torokhov | 2007-04-12 | 1 | -23/+1 |
| * | | Input: pxa27x - do not use deprecated SA_INTERRUPT flag | Thomas Gleixner | 2007-04-12 | 1 | -1/+1 |
| * | | Input: ucb1400 - make delays configurable | Cliff Brake | 2007-04-12 | 1 | -3/+14 |
| * | | Input: misc devices - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 4 | -6/+6 |
| * | | Input: joysticks - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 18 | -18/+19 |
| * | | Input: touchscreens - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 10 | -6/+10 |
| * | | Input: mice - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 4 | -4/+4 |
| * | | Input: keyboards - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 14 | -13/+15 |
| * | | Input: prepare to switching to struct device | Dmitry Torokhov | 2007-04-12 | 1 | -0/+3 |
| * | | Input: drivers/input/misc - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 2 | -10/+9 |
| * | | Input: drivers/input/keyboard - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 14 | -20/+13 |
| * | | Input: drivers/input/joystick - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 20 | -49/+59 |
| * | | Input: drivers/input/touchscreen - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 9 | -13/+8 |
| * | | 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: wistron - declare keymaps as initdata | Eric Piel | 2007-04-12 | 1 | -27/+49 |
| * | | Input: wistron - introduce generic keymap | Eric Piel | 2007-04-12 | 1 | -2/+40 |
| * | | Input: wistron - add acerhk laptop database | Eric Piel | 2007-04-12 | 1 | -72/+523 |
| * | | Input: logips2pp - ignore mice reporting model as 0 | Dmitry Torokhov | 2007-04-12 | 1 | -3/+3 |
| * | | Input: i8042 - disable interfaces when switching to legacy mode | Dmitry Torokhov | 2007-04-12 | 1 | -0/+7 |
| * | | Input: mousedev - fix sudden warps with touchpads | Dmitry Torokhov | 2007-04-12 | 1 | -25/+26 |
| * | | Input: ALPS - handle errors from input_register_device() | Dmitry Torokhov | 2007-04-12 | 2 | -5/+9 |
| * | | Input: remove no longer used power.c handler | Robert P. J. Day | 2007-04-12 | 2 | -181/+0 |
| * | | Input: synaptics - export model bits | Dmitry Torokhov | 2007-04-12 | 1 | -0/+10 |
| * | | Input: iforce - use usb_kill_urb instead of usb_unlink_urb | Johann Deneux | 2007-04-12 | 6 | -38/+33 |
| * | | Input: handlers - handle errors from input_open_device() | Dmitry Torokhov | 2007-04-12 | 4 | -40/+107 |
| * | | Input: handlers - rename 'list' to 'client' | Dmitry Torokhov | 2007-04-12 | 4 | -298/+329 |
| * | | Input: rework handle creation code | Dmitry Torokhov | 2007-04-12 | 7 | -116/+264 |
| * | | Input: i8042 - add HP Pavilion DV4017EA to the MUX blacklist | Dmitry Torokhov | 2007-03-16 | 1 | -0/+11 |
| * | | Input: HIL - fix rwlock recursion bug | Helge Deller | 2007-03-16 | 3 | -25/+18 |
| * | | Input: add support for PXA27x keyboard controller | Rodolfo Giometti | 2007-03-16 | 3 | -0/+268 |
| * | | Input: sermouse - improve protocol error recovery | Peter Osterlund | 2007-03-16 | 1 | -4/+12 |
| * | | Input: simplify input_free_device() | Dmitry Torokhov | 2007-03-16 | 1 | -7/+1 |
| * | | Input: add getkeycode and setkeycode methods | Marvin Raaijmakers | 2007-03-14 | 2 | -20/+96 |
| * | | Input: psmouse - allow disabing certain protocol extensions | Andres Salomon | 2007-03-10 | 10 | -59/+195 |
| * | | Input: let driver core create class device attribute groups | Dmitry Torokhov | 2007-03-07 | 1 | -21/+8 |
| * | | Input: export 'uniq' in /proc/bus/input/devices | Dmitry Torokhov | 2007-03-07 | 1 | -0/+1 |
| * | | Input: wistron - add support for TravelMate 610 | Eric Piel | 2007-03-07 | 1 | -0/+24 |
| * | | 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 | 5 | -576/+703 |
| * | | Input: HIL - various fixes for HIL drivers | Helge Deller | 2007-02-28 | 5 | -25/+27 |
| * | | Input: ads7846 - add support for the ads7843 touchscreen | Nicolas Ferre | 2007-02-28 | 1 | -13/+15 |
| * | | Input: add driver for MIPS Cobalt back panel buttons | Yoichi Yuasa | 2007-02-18 | 3 | -1/+220 |
| * | | Input: psmouse - add support for eGalax PS/2 touchscreen controller | Stefan Lucke | 2007-02-18 | 5 | -7/+139 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-05-04 | 4 | -8/+8 |
|\ \ \ |
|
| * | | | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 2007-05-02 | 4 | -8/+8 |
| | |/
| |/| |
|
* | | | hilkbd: Kill compiler warning and fix comment dyslexia | Geert Uytterhoeven | 2007-05-04 | 1 | -1/+1 |
* | | | m68k: Atari keyboard and mouse support. | Michael Schmitz | 2007-05-04 | 6 | -0/+318 |
|/ / |
|
* | | Input: gameport - do not touch bus's rwsem | Dmitry Torokhov | 2007-04-27 | 1 | -26/+13 |
* | | Input: serio - do not touch bus's rwsem | Dmitry Torokhov | 2007-04-27 | 1 | -26/+15 |