summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] amikbd fixAl Viro2005-10-291-1/+1
* [PATCH] missing bits in sparkspkr conversionAl Viro2005-10-291-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-10-2865-2644/+2984
|\
| * [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-284-62/+51Star
| * [PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov2005-10-281-145/+104Star
| * [PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman2005-10-284-8/+32
| * [PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman2005-10-285-17/+17
| * [PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman2005-10-281-15/+3Star
| * [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman2005-10-281-7/+12
| * [PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman2005-10-284-14/+14
| * [PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman2005-10-281-1/+2
| * [PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman2005-10-281-3/+3
| * [PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov2005-10-281-23/+133
| * [PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov2005-10-281-0/+6
| * [PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2825-1230/+1460
| * [PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov2005-10-283-57/+56Star
| * [PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov2005-10-287-308/+279Star
| * [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov2005-10-289-431/+449
| * [PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2815-361/+363
| * [PATCH] Input: prepare to sysfs integrationDmitry Torokhov2005-10-281-5/+72
| * [PATCH] Input: kill devfs referencesDmitry Torokhov2005-10-285-30/+1Star
| * [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-284-5/+5
* | [PARISC] Update parisc specific input code from parisc treeMatthew Wilcox2005-10-225-31/+59
* | [PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox2005-10-223-6/+6
* | [PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterMatthew Wilcox2005-10-223-3/+3
|/
* [PATCH] uniput - fix crash on SMPDmitry Torokhov2005-10-181-2/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-151-1/+1
|\
| * [ARM] 3014/1: Spitz keyboard: Correct the right shift keyRichard Purdie2005-10-141-1/+1
* | [PATCH] zaurus: fix dependencies on collie keyboardPavel Machek2005-10-151-1/+1
|/
* [PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov2005-09-241-0/+1
* [PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 seriesRichard Purdie2005-09-133-0/+490
* [PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driverRichard Purdie2005-09-132-31/+45
* Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov2005-09-101-3/+3
* Manual merge with LinusDmitry Torokhov2005-09-1023-89/+131
|\
| * [PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk2005-09-091-1/+1
| * [PATCH] Input: Add a new switch event typeRichard Purdie2005-09-083-4/+24
| * [PATCH] w100fb: Update corgi platform code to match new driverRichard Purdie2005-09-081-23/+5Star
| * [PATCH] Corgi touchscreen: Fix a pmu bugRichard Purdie2005-09-081-1/+1
| * [PATCH] Corgi Touchscreen: Code cleanup / fixesRichard Purdie2005-09-081-8/+8
| * [PATCH] Corgi Touchscreen: Allow the driver to share the PMURichard Purdie2005-09-081-6/+9
| * [PATCH] Corgi Keyboard: Code tidyingRichard Purdie2005-09-081-33/+28Star
| * [PATCH] Corgi Keyboard: Add some power management codeRichard Purdie2005-09-081-1/+41
| * [PATCH] Corgi Keyboard: Fix a couple of compile errorsRichard Purdie2005-09-081-2/+2
| * [PATCH] input: convert kcalloc to kzallocPekka Enberg2005-09-0820-22/+22
| * [PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatRalf Baechle2005-09-051-0/+2
* | Input: sunkbd - extend mapping to handle Type-6 Sun keyboardsVojtech Pavlik2005-09-051-1/+1
* | Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik2005-09-052-25/+8Star
* | Input: atkbd - handle keyboards generating scancode 0x7fVojtech Pavlik2005-09-051-3/+7
* | Input: i8042 - add Lifebook E4010 to MUX blacklistDmitry Torokhov2005-09-041-0/+7
* | Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov2005-09-042-5/+21