summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds-1/+1
2008-04-21Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-40/+3
2008-04-19Merge branch 'omap2-upstream' into develRussell King-52/+24
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao-0/+3
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox-1/+1
2008-04-18Fix sh_keysc double freeMagnus Damm-1/+0
2008-04-18sh: SuperH KEYSC platform driverMagnus Damm-0/+291
2008-04-14ARM: OMAP: 5912 OSK GPIO updatesDavid Brownell-40/+0
2008-04-02Input: appletouch - add product IDs for the 4th generation MacBooksTobias Mueller-1/+12
2008-04-01Input: make sure input interfaces pin parent input devicesDmitry Torokhov-6/+6
2008-04-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for...Dmitry Torokhov-0/+4
2008-03-30evdev: Release eventual input device grabs when getting disconnectedBjörn Steinbrink-0/+3
2008-03-28ixp4xx-beeper: add MODULE_ALIASAlessandro Zummo-0/+1
2008-03-24Input: apm-power - fix crash when unloading modulesHelge Deller-5/+2
2008-03-20Input: pxa27x - fix keypad KPC macrosSamuel Ortiz-3/+3
2008-03-18Input: ALPS - fix forward/back buttons reversed on Acer 5520-5290Laszlo Kajan-2/+2
2008-03-18Input: ALPS - put secondary device in proper place in sysfsDmitry Torokhov-0/+1
2008-03-14Input: wacom - add support for Bamboo1, BambooFun, and Cintiq 12WXPing Cheng-12/+32
2008-03-14Input: ads7846 - fix uninitialized var warningAndrew Morton-1/+1
2008-03-14Input: i8042 - add SNI RM supportThomas Bogendoerfer-0/+77
2008-03-14Input: i8042 - add Lenovo 3000 N100 to nomux blacklistJiri Kosina-0/+7
2008-03-14Input: i8042 - fix warning on non-x86 buildsRoland Dreier-2/+1
2008-03-14Input: cobalt_btns - assorted fixesYoichi Yuasa-8/+8
2008-03-10i8042: use SGI_HAS_I8042 to select SGI i8042 handlinigThomas Bogendoerfer-1/+1
2008-03-04input: add I2C to config since the driver makes several i2c*() callsRandy Dunlap-3/+3
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells-2/+4
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-459/+1938
2008-02-07leds: Standardise LED naming schemeRichard Purdie-2/+2
2008-02-06Remove pointless casts from void pointersJeff Garzik-2/+2
2008-02-06Merge branch 'pxa-keypad'Dmitry Torokhov-279/+577
2008-02-06Input: i8042 - non-x86 build fixAndrew Morton-2/+2
2008-02-03drivers/input/: Spelling fixesJoe Perches-1/+1
2008-02-03jonada720: remove duplicate includeAndre Haupt-1/+0
2008-02-03bf54x: remove duplicate includeAndre Haupt-1/+0
2008-02-03gameport: remove duplicate includeAndre Haupt-1/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-1/+0
2008-01-31Input: pxa27x_keypad - also enable on PXA3xxEric Miao-3/+3
2008-01-31Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao-0/+1
2008-01-31Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao-34/+124
2008-01-31Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao-29/+134
2008-01-31Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao-32/+28
2008-01-31Input: pxa27x_keypad - introduce driver structure and use KEY() to define mat...Eric Miao-57/+167
2008-01-31Input: pxa27x_keypad - remove pin configuration from the driverEric Miao-4/+0
2008-01-31Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao-45/+45
2008-01-31Input: constify function pointer tables (seq_operations)Jan Engelhardt-2/+2
2008-01-30Input: i8042 - add Fujitsu-Siemens Amilo Pro 2010 to nomux listJiri Kosina-0/+7
2008-01-30Input: i8042 - enable DMI quirks on x86-64Bruce Duncan-2/+2
2008-01-30Input: i8042 - add Dritek quirk for Acer Aspire 9110Carlos Corbacho-0/+7
2008-01-30Input: add input event to APM event bridgeRichard Purdie-0/+144
2008-01-30Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov-1/+1