summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-161-1/+1
|\
| * kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2007-10-121-1/+1
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-161-5/+20
|\ \
| * | [ARM] pxa: update pxa27x keypad driver to use clk supportRussell King2007-10-121-5/+20
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-1527-1545/+3504
|\ \
| * | Input: use full RCU APIDmitry Torokhov2007-10-134-48/+32Star
| * | Input: remove tsdev interfaceRichard Purdie2007-10-133-723/+0Star
| * | Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich2007-10-133-1/+392
| * | Input: appletouch - another fix for idle reset logicSoeren Sonnenburg2007-10-131-5/+10
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-10-1321-126/+154
| |\ \
| * | | Input: add support for SEGA Dreamcast keyboardAdrian McMenamin2007-10-133-0/+263
| * | | Input: omap-keyboard - don't pretend we support changing keymapDmitry Torokhov2007-10-121-13/+9Star
| * | | Input: lifebook - fix X and Y axis rangeDmitry Torokhov2007-10-121-1/+1
| * | | Input: usbtouchscreen - add support for GeneralTouch devicesIlya Frolov2007-10-122-0/+36
| * | | Input: fix open count handling in input interfacesOliver Neukum2007-10-124-4/+16
| * | | Input: ALPS - add signature for ThinkPad R61Dmitry Torokhov2007-10-111-0/+1
| * | | Input: jornada720_kbd - send MSC_SCAN eventsDmitry Torokhov2007-10-111-4/+8
| * | | Input: add support for the HP Jornada 7xx (710/720/728) touchscreenKristoffer Ericson2007-09-263-0/+193
| * | | Input: add support for HP Jornada 7xx onboard keyboardKristoffer Ericson2007-09-263-0/+192
| * | | Input: add support for HP Jornada onboard keyboard (HP6XX)Kristoffer Ericson2007-09-263-0/+289
| * | | Input: ucb1400_ts - use schedule_timeout_uninterruptibleRene Herman2007-09-261-2/+1Star
| * | | Input: xpad - fix dependancy on LEDS classDmitry Torokhov2007-09-261-1/+1
| * | | Input: polled device power savingStephen Hemminger2007-09-261-2/+5
| * | | Input: gpio-keys - add suspend/resume supportAnti Sullin2007-09-261-0/+52
| * | | Input: gpio_keys - verify that supplied GPIO numbers are validAnti Sullin2007-09-261-7/+22
| * | | Input: usbtouchscreen - support DMC devices with empty EEPROMDaniel Ritz2007-09-101-1/+2
| * | | Input: lifebook - add signature of Panasonic CF-72Dmitry Torokhov2007-09-051-0/+8
| * | | Input: ALPS - add support for model found in Dell Vostro 1400William Pettersson2007-09-051-0/+1
| * | | Input: usbtouchscreen - add support for IdealTEK URTC1000Ondrej Zary2007-09-052-1/+64
| * | | Input: psmouse - reset harder during probeAlon Ziv2007-08-301-2/+3
| * | | Input: tsdev - implement proper lockingDmitry Torokhov2007-08-301-112/+276
| * | | Input: joydev - implement proper lockingDmitry Torokhov2007-08-301-251/+492
| * | | Input: mousedev - implement proper lockingDmitry Torokhov2007-08-301-272/+470
| * | | Input: evdev - implement proper lockingDmitry Torokhov2007-08-301-240/+473
| * | | Input: implement proper locking in input coreDmitry Torokhov2007-08-301-175/+491
| * | | Input: i8042 - restore control register when enabling port failsMarkus Armbruster2007-07-181-0/+4
| * | | Input: xpad - use le16_to_cpup when parsing data streamDmitry Torokhov2007-07-181-19/+36
* | | | Atari keyboard: incorporate additional review commentsGeert Uytterhoeven2007-10-151-3/+4
* | | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-10-141-2/+2
|\ \ \ \
| * | | | hwmon: Convert from class_device to deviceTony Jones2007-10-101-2/+2
* | | | | m68k: Atari input drivers cleanupGeert Uytterhoeven2007-10-132-21/+154
| |_|/ / |/| | |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-133-50/+24Star
|\ \ \ \
| * | | | Driver core: change add_uevent_var to use a structKay Sievers2007-10-122-50/+23Star
| * | | | platform: prefix MODALIAS with "platform:"Kay Sievers2007-10-121-0/+1
| | |_|/ | |/| |
* / | | x86: kill 8253pit.hThomas Gleixner2007-10-121-1/+1
|/ / /
* / / drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-103-5/+5
|/ /
* | Input: xpad - fix dependancy on LEDS classDmitry Torokhov2007-09-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-09-251-2/+4
|\ \
| * | Input: appletouch - fix idle reset logicThomas Rohwer2007-09-251-2/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-09-123-2/+12
|\| |