summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: i8042 - add Blue FB5601 to noloop exception tableStefan Bader2008-10-171-0/+8
* Merge branch 'next' into for-linusDmitry Torokhov2008-10-1643-531/+2282
|\
| * Input: wm97xx - update email address for Liam GirdwoodLiam Girdwood2008-10-145-15/+10
| * 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/+1
| * Input: ads7846 - fix cache line sharing issueDmitry Torokhov2008-10-091-36/+51
| * Input: cm109 - add missing newlines to messagesDaniel Gimpelevich2008-10-091-12/+10
| * 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/+12
| * 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/+12
| * Input: gameport - make gameport_register_driver() return errorsDmitry Torokhov2008-07-301-21/+67
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-09-222-6/+11
|\ \
| * | Input: jornada720_ts - fix build error ( LONG() usage )Kristoffer Ericson2008-09-161-2/+2
| * | Input: bcm5974 - switch back to normal mode when closingHenrik Rydberg2008-09-161-4/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-09-072-18/+58
|\| |
| * | Input: i8042 - make Lenovo 3000 N100 blacklist entry more specificJiri Kosina2008-09-051-1/+1
| * | Input: bcm5974 - add BTN_TOUCH event for mousedev benefitHenrik Rydberg2008-09-051-0/+2
| * | Input: bcm5974 - improve finger tracking and countingHenrik Rydberg2008-09-051-16/+54
| * | Input: bcm5974 - small formatting cleanupHenrik Rydberg2008-09-051-1/+1
* | | Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-1/+1
* | | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-232-2/+0
* | | Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-08-201-2/+9
|\ \ \
| * | | input: migor_ts compile and detection fixMagnus Damm2008-08-111-2/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-08-199-9/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Input: evdev - fix printf() format for sizeofGeert Uytterhoeven2008-08-191-2/+2
| * | | Input: remove version.h from drivers that don't need itHuang Weiyi2008-08-187-7/+0
| * | | Input: cobalt_btns - add missing MODULE_LICENSEMartin Michlmayr2008-08-181-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-08-159-35/+769
|\| | |
| * | | Input: xilinx_ps2 - fix warningAndrew Morton2008-08-111-2/+2
| * | | Input: bcm5974 - implement autosuspend supportDmitry Torokhov2008-08-081-0/+12
| * | | Input: bcm5974 - add driver for Macbook Air and Pro Penryn touchpadsHenrik Rydberg2008-08-083-0/+693
| * | | Merge commit 'v2.6.27-rc1' into for-linusDmitry Torokhov2008-08-087-28/+15
| |\ \ \ | | | |/ | | |/|