aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+20
2007-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds27-1545/+3504
2007-10-15Atari keyboard: incorporate additional review commentsGeert Uytterhoeven1-3/+4
2007-10-14Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-2/+2
2007-10-13Input: use full RCU APIDmitry Torokhov4-48/+32
2007-10-13m68k: Atari input drivers cleanupGeert Uytterhoeven2-21/+154
2007-10-13Input: remove tsdev interfaceRichard Purdie3-723/+0
2007-10-13Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich3-1/+392
2007-10-13Input: appletouch - another fix for idle reset logicSoeren Sonnenburg1-5/+10
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov21-126/+154
2007-10-12Input: add support for SEGA Dreamcast keyboardAdrian McMenamin3-0/+263
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-50/+24
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers2-50/+23
2007-10-12platform: prefix MODALIAS with "platform:"Kay Sievers1-0/+1
2007-10-12x86: kill 8253pit.hThomas Gleixner1-1/+1
2007-10-12[ARM] pxa: update pxa27x keypad driver to use clk supportRussell King1-5/+20
2007-10-12Input: omap-keyboard - don't pretend we support changing keymapDmitry Torokhov1-13/+9
2007-10-12Input: lifebook - fix X and Y axis rangeDmitry Torokhov1-1/+1
2007-10-12Input: usbtouchscreen - add support for GeneralTouch devicesIlya Frolov2-0/+36
2007-10-12Input: fix open count handling in input interfacesOliver Neukum4-4/+16
2007-10-11Input: ALPS - add signature for ThinkPad R61Dmitry Torokhov1-0/+1
2007-10-11Input: jornada720_kbd - send MSC_SCAN eventsDmitry Torokhov1-4/+8
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-2/+2
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik3-5/+5
2007-09-28Input: xpad - fix dependancy on LEDS classDmitry Torokhov1-1/+1
2007-09-26Input: add support for the HP Jornada 7xx (710/720/728) touchscreenKristoffer Ericson3-0/+193
2007-09-26Input: add support for HP Jornada 7xx onboard keyboardKristoffer Ericson3-0/+192
2007-09-26Input: add support for HP Jornada onboard keyboard (HP6XX)Kristoffer Ericson3-0/+289
2007-09-26Input: ucb1400_ts - use schedule_timeout_uninterruptibleRene Herman1-2/+1
2007-09-26Input: xpad - fix dependancy on LEDS classDmitry Torokhov1-1/+1
2007-09-26Input: polled device power savingStephen Hemminger1-2/+5
2007-09-26Input: gpio-keys - add suspend/resume supportAnti Sullin1-0/+52
2007-09-26Input: gpio_keys - verify that supplied GPIO numbers are validAnti Sullin1-7/+22
2007-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+4
2007-09-25Input: appletouch - fix idle reset logicThomas Rohwer1-2/+4
2007-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-2/+12
2007-09-10Input: usbtouchscreen - support DMC devices with empty EEPROMDaniel Ritz1-1/+2
2007-09-06Input: usbtouchscreen - correctly set 'phys'Vladimir Shebordaev1-1/+1
2007-09-05Input: lifebook - add signature of Panasonic CF-72Dmitry Torokhov1-0/+8
2007-09-05Input: ALPS - add support for model found in Dell Vostro 1400William Pettersson1-0/+1
2007-09-04Input: usbtouchscreen - add support for IdealTEK URTC1000Ondrej Zary2-1/+64
2007-09-04Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklistElvis Pranskevichus1-0/+10
2007-09-04Input: i8042 - fix modpost warningRalf Baechle1-1/+1
2007-08-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-11/+11
2007-08-30Input: psmouse - make dummy touchkit_ps2_detect() staticAdrian Bunk1-1/+2
2007-08-30Input: psmouse - reset harder during probeAlon Ziv1-2/+3
2007-08-30Input: tsdev - implement proper lockingDmitry Torokhov1-112/+276
2007-08-30Input: joydev - implement proper lockingDmitry Torokhov1-251/+492
2007-08-30Input: mousedev - implement proper lockingDmitry Torokhov1-272/+470
2007-08-30Input: evdev - implement proper lockingDmitry Torokhov1-240/+473