aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds38-459/+1938
2008-02-07leds: Standardise LED naming schemeRichard Purdie1-2/+2
2008-02-06Remove pointless casts from void pointersJeff Garzik1-2/+2
2008-02-06Merge branch 'pxa-keypad'Dmitry Torokhov4-279/+577
2008-02-06Input: i8042 - non-x86 build fixAndrew Morton1-2/+2
2008-02-03drivers/input/: Spelling fixesJoe Perches1-1/+1
2008-02-03jonada720: remove duplicate includeAndre Haupt1-1/+0
2008-02-03bf54x: remove duplicate includeAndre Haupt1-1/+0
2008-02-03gameport: remove duplicate includeAndre Haupt1-1/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31Input: pxa27x_keypad - also enable on PXA3xxEric Miao1-3/+3
2008-01-31Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao1-0/+1
2008-01-31Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao1-34/+124
2008-01-31Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao1-29/+134
2008-01-31Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao1-32/+28
2008-01-31Input: pxa27x_keypad - introduce driver structure and use KEY() to define matrix keysEric Miao1-57/+167
2008-01-31Input: pxa27x_keypad - remove pin configuration from the driverEric Miao1-4/+0
2008-01-31Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao3-45/+45
2008-01-31Input: constify function pointer tables (seq_operations)Jan Engelhardt1-2/+2
2008-01-30Input: i8042 - add Fujitsu-Siemens Amilo Pro 2010 to nomux listJiri Kosina1-0/+7
2008-01-30Input: i8042 - enable DMI quirks on x86-64Bruce Duncan1-2/+2
2008-01-30Input: i8042 - add Dritek quirk for Acer Aspire 9110Carlos Corbacho1-0/+7
2008-01-30Input: add input event to APM event bridgeRichard Purdie3-0/+144
2008-01-30Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov1-1/+1
2008-01-30x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.cIngo Molnar1-2/+5
2008-01-28[ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfixRichard Purdie1-4/+4
2008-01-21[SPARC64]: Fix section error in sparcspkrSam Ravnborg1-2/+2
2008-01-21Input: remove duplicate includesAndre Haupt3-3/+0
2008-01-21Input: remove cdev from input_dev structureDmitry Torokhov1-3/+0
2008-01-21Input: i8042 - add Dritek keyboard extension quirkCarlos Corbacho2-0/+63
2008-01-21Input: add Tosa keyboard driverDmitry Baryshkov3-0/+437
2008-01-21Input: add driver for Fujitsu application buttonsStephen Hemminger3-0/+393
2008-01-21Input: ads7846 - stop updating dev->power.power_stateDavid Brownell1-4/+4
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall19-19/+0
2008-01-21Input: implement proper timer rounding for polled devicesStephen Hemminger1-8/+10
2008-01-21Input: iforce - don't access input_dev->private directlyDmitry Torokhov1-8/+9
2008-01-21Input: i8042 - use synchronize_irq() instead of synchronize_sched()Dmitry Torokhov1-1/+8
2008-01-21Input: atkbd - remove unneeded synchronize_sched()Dmitry Torokhov1-1/+0
2008-01-21Input: cobalt_btns - add support for loadable keymapsDmitry Torokhov1-37/+36
2008-01-21Input: atlas_btns - add support for loadable keymapsDmitry Torokhov1-16/+23
2008-01-21Input: keyspan_remote - add support for loadable keymapsDmitry Torokhov1-51/+67
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov2-9/+75
2008-01-21Input: atkbd - properly handle special keys on Dell LatitudesGiel de Nijs1-17/+72
2008-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-24/+51
2008-01-17Input: ALPS - fix sync loss on Acer Aspire 5720ZGDmitry Torokhov1-1/+1
2008-01-17Input: psmouse - fix input_dev leak in lifebook driverAndres Salomon1-1/+6
2008-01-17Input: psmouse - fix potential memory leak in psmouse_connect()Andres Salomon1-0/+2
2008-01-17Input: usbtouchscreen - fix buffer overflow, make more egalax workDaniel Ritz1-22/+33
2008-01-17Input: mousedev - handle mice that use absolute coordinatesMicah Parrish1-0/+9
2008-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-33/+38