| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Input: fix 'uniq' reporting in hotplug handler | Dmitry Torokhov | 2005-11-09 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2005-11-07 | 4 | -85/+109 |
|\ |
|
| * | Input: lkkbd - miscellaneous fixes | Jan-Benedict Glaw | 2005-11-03 | 1 | -42/+59 |
| * | Input: logips2pp - add support for MX3100 | Mirco Macrelli | 2005-11-03 | 1 | -0/+3 |
| * | Input: locomokbd - fix wrong bustype | Pavel Machek | 2005-11-03 | 1 | -1/+1 |
| * | Input: fix input device deregistration | Dmitry Torokhov | 2005-11-03 | 1 | -0/+1 |
| * | Input: do not register statically allocated devices | Dmitry Torokhov | 2005-11-03 | 1 | -11/+15 |
| * | Input: locomokbd - convert to dynamic input allocation | Dmitry Torokhov | 2005-11-03 | 1 | -32/+31 |
* | | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 2005-11-07 | 1 | -7/+3 |
|/ |
|
* | [PATCH] i386: CONFIG_PC removal | Arthur Othieno | 2005-10-31 | 2 | -3/+3 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 8 | -4/+8 |
|\ |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 8 | -4/+8 |
* | | Input: lkkbd - fix debug message in lkkbd_interrupt() | Dmitry Torokhov | 2005-10-31 | 1 | -1/+1 |
* | | Input: pcspkr - fix setting name and phys for the device | Dmitry Torokhov | 2005-10-31 | 1 | -1/+1 |
* | | Input: fix input_dev registration message | Dmitry Torokhov | 2005-10-31 | 1 | -1/+1 |
* | | Input: evdev - allow querying SW state from compat ioctl | Dmitry Torokhov | 2005-10-31 | 1 | -0/+3 |
* | | Input: evdev - allow querying EV_SW bits from compat_ioctl | Dmitry Torokhov | 2005-10-31 | 1 | -0/+1 |
* | | [PATCH] fix missing includes | Tim Schmielau | 2005-10-31 | 14 | -0/+14 |
* | | [PATCH] CONFIG_IA32 | Brian Gerst | 2005-10-31 | 1 | -1/+1 |
* | | [PATCH] amikbd fix | Al Viro | 2005-10-29 | 1 | -1/+1 |
* | | [PATCH] missing bits in sparkspkr conversion | Al Viro | 2005-10-29 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2005-10-28 | 65 | -2644/+2984 |
|\ |
|
| * | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 4 | -62/+51 |
| * | [PATCH] input core: remove custom-made hotplug handler | Dmitry Torokhov | 2005-10-28 | 1 | -145/+104 |
| * | [PATCH] INPUT: Create symlinks for backwards compatibility | Greg Kroah-Hartman | 2005-10-28 | 4 | -8/+32 |
| * | [PATCH] INPUT: rename input_dev_class to input_class to be correct. | Greg Kroah-Hartman | 2005-10-28 | 5 | -17/+17 |
| * | [PATCH] INPUT: remove the input_class structure, as it is unused. | Greg Kroah-Hartman | 2005-10-28 | 1 | -15/+3 |
| * | [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices | Greg Kroah-Hartman | 2005-10-28 | 1 | -7/+12 |
| * | [PATCH] INPUT: move the input class devices under their new input_dev devices | Greg Kroah-Hartman | 2005-10-28 | 4 | -14/+14 |
| * | [PATCH] INPUT: export input_dev_class so that input drivers can use it. | Greg Kroah-Hartman | 2005-10-28 | 1 | -1/+2 |
| * | [PATCH] INPUT: register the input class device sooner | Greg Kroah-Hartman | 2005-10-28 | 1 | -3/+3 |
| * | [PATCH] Input: export input_dev data via sysfs attributes | Dmitry Torokhov | 2005-10-28 | 1 | -23/+133 |
| * | [PATCH] Input: show sysfs path in /proc/bus/input/devices | Dmitry Torokhov | 2005-10-28 | 1 | -0/+6 |
| * | [PATCH] drivers/input/joystick: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 25 | -1230/+1460 |
| * | [PATCH] Input: convert driver/input/misc to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 3 | -57/+56 |
| * | [PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 7 | -308/+279 |
| * | [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 9 | -431/+449 |
| * | [PATCH] drivers/input/mouse: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 15 | -361/+363 |
| * | [PATCH] Input: prepare to sysfs integration | Dmitry Torokhov | 2005-10-28 | 1 | -5/+72 |
| * | [PATCH] Input: kill devfs references | Dmitry Torokhov | 2005-10-28 | 5 | -30/+1 |
| * | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 4 | -5/+5 |
* | | [PARISC] Update parisc specific input code from parisc tree | Matthew Wilcox | 2005-10-22 | 5 | -31/+59 |
* | | [PARISC] Convert parisc_device to use struct resource for hpa | Matthew Wilcox | 2005-10-22 | 3 | -6/+6 |
* | | [PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better | Matthew Wilcox | 2005-10-22 | 3 | -3/+3 |
|/ |
|
* | [PATCH] uniput - fix crash on SMP | Dmitry Torokhov | 2005-10-18 | 1 | -2/+2 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-10-15 | 1 | -1/+1 |
|\ |
|
| * | [ARM] 3014/1: Spitz keyboard: Correct the right shift key | Richard Purdie | 2005-10-14 | 1 | -1/+1 |
* | | [PATCH] zaurus: fix dependencies on collie keyboard | Pavel Machek | 2005-10-15 | 1 | -1/+1 |
|/ |
|
* | [PATCH] Input: check switch bitmap when matching handlers | Dmitry Torokhov | 2005-09-24 | 1 | -0/+1 |
* | [PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 series | Richard Purdie | 2005-09-13 | 3 | -0/+490 |