summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - report multi-taps only if supported by the devicePeter Hutterer2008-11-201-6/+10
* Input: add joystick driver for Walkera WK-0701 RC transmitterPeter Popovec2008-11-193-0/+305
* Input: pcspkr - fix PIT lockup on some chipsetsZoltan Devai2008-11-191-2/+2
* Input: usbtouchscreen - fix TSC-10 DM USB controllers without EEPROMNuno Lucas2008-11-191-3/+2Star
* Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-3010-17/+15Star
* Input: omap-keypad - allow more than 6 rowsPeter Ujfalusi2008-10-291-1/+1
* Input: omap-keypad - interrupt disable fixPeter Ujfalusi2008-10-291-4/+0Star
* Input: appletouch - driver refactoringStelian Pop2008-10-291-138/+136Star
* Input: gpio-keys - add flag to allow auto repeatDominic Curran2008-10-281-0/+4
* Input: xilinx_ps2 - various cleanupsJohn Linn2008-10-281-107/+113
* Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale2008-10-285-217/+383
* INPUT: sgi_btns: Add license specificationDmitri Vorobiev2008-10-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-10-277-2/+854
|\
| * Input: psmouse - add support for Elantech touchpadsArjan Opmeer2008-10-176-2/+846
| * Input: i8042 - add Blue FB5601 to noloop exception tableStefan Bader2008-10-171-0/+8
* | Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King2008-10-222-2/+2
|\ \
| * \ Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-10-201-1/+1
| |\ \
| | * | mfd: further unbork the ucb1400 ac97_bus dependenciesAndrew Morton2008-10-191-1/+1
| * | | sh: Migrate common board headers to mach-common/.Paul Mundt2008-10-201-1/+1
| |/ /
* / / [ARM] pxa: fix the corgi_ssp.c dependency issue in {corgi,spitz}_defconfigEric Miao2008-10-211-1/+5
|/ /
* | USB: remove info() macro from usb input driversGreg Kroah-Hartman2008-10-178-14/+23
* | USB: remove warn() macro from usb input driversGreg Kroah-Hartman2008-10-176-35/+52
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-10-1643-517/+2228
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2008-10-1643-531/+2282
| |\
| | * Input: wm97xx - update email address for Liam GirdwoodLiam Girdwood2008-10-145-15/+10Star
| | * Input: i8042 - add Thinkpad R31 to nomux listColin B Macdonald2008-10-141-0/+7
| | * Input: move map_to_7segment.h to include/linuxAtsushi Nemoto2008-10-112-190/+1Star
| | * Input: ads7846 - fix cache line sharing issueDmitry Torokhov2008-10-091-36/+51
| | * Input: cm109 - add missing newlines to messagesDaniel Gimpelevich2008-10-091-12/+10Star
| | * Input: psmouse - add OLPC touchpad driverAndres Salomon2008-09-226-2/+560
| | * Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacksAndres Salomon2008-09-222-14/+23
| | * Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use ofAndres Salomon2008-09-222-5/+13
| | * Input: psmouse - export psmouse_set_state for ps/2 extensions to useAndres Salomon2008-09-222-1/+2
| | * Input: ads7846 - introduce .gpio_pendown to get pendown stateEric Miao2008-09-101-14/+54
| | * Input: ALPS - add signature for DualPoint found in Dell Latitude E6500Elvis Pranskevichus2008-09-101-0/+1
| | * Input: serio_raw - allow attaching to translated (SERIO_I8042XL) portsNiels de Vos2008-09-101-0/+6
| | * Input: cm109 - don't use obsolete logging macrosStephen Rothwell2008-09-101-16/+16
| | * Input: atkbd - expand Latitude's force release quirk to other DellsMatthew Garrett2008-09-101-5/+5
| | * Input: bf54x-keys - add power management supportMichael Hennerich2008-09-101-1/+12
| | * Input: atmel_tsadcc - improve accuracyDan Liang2008-09-101-13/+24
| | * Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-106-51/+53
| | * Input: appletouch - handle geyser 3/4 status bitsSven Anders2008-08-081-18/+35
| | * Input: appletouch - prepare for geyser 3/4 handlingSven Anders2008-08-081-69/+197
| | * Input: gpio-keys - simplify argument list for report_eventUwe Kleine-König2008-08-081-4/+5
| | * Input: gpio-keys - optimize interrupt handlerUwe Kleine-König2008-08-081-23/+12Star
| | * Input: wistron - add support for Fujitsu-Siemens Amilo Pro v3505Remi Herilier2008-08-081-0/+19
| | * Input: add driver for USB VoIP phones with CM109 chipsetAlfred E. Heggestad2008-08-083-0/+898
| | * Input: ati_remote2 - add autosuspend supportVille Syrjala2008-07-301-6/+127
| | * Input: ati_remote2 - add loadable keymap supportVille Syrjala2008-07-301-29/+101
| | * Input: gameport - check return value of gameport_register_driver()Dmitry Torokhov2008-07-3012-25/+12Star