summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* 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-062-18/+58
|\|
| * Input: i8042 - make Lenovo 3000 N100 blacklist entry more specificJiri Kosina2008-09-041-1/+1
| * Input: bcm5974 - add BTN_TOUCH event for mousedev benefitHenrik Rydberg2008-09-041-0/+2
| * Input: bcm5974 - improve finger tracking and countingHenrik Rydberg2008-09-041-16/+54
| * Input: bcm5974 - small formatting cleanupHenrik Rydberg2008-09-041-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-101-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
| |\ \
| * | | Input: paper over a bug in Synaptics X driverDmitry Torokhov2008-08-081-1/+20
| * | | Input: evdev - split EVIOCGBIT handlig into a separate functionLinus Torvalds2008-08-081-20/+24
| * | | Input: i8042 - Add Dritek quirk for Acer TravelMate 4280Carlos Corbacho2008-08-061-0/+7
| * | | Input: xpad - add Pelican Eclipse D-Pad to the list of devicesHarley Laue2008-07-311-0/+1
| * | | Input: gpio-keys - make gpio_keys_device_driver staticUwe Kleine-König2008-07-301-1/+1
| * | | Input: gpio-keys - fix possible NULL pointer dereferenceUwe Kleine-König2008-07-301-0/+1
| * | | Input: wm97xx - enable sub-drivers by defaultMark Brown2008-07-291-12/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-131-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | sparc/drivers: use linux/of_device.h instead of asm/of_device.hStephen Rothwell2008-08-111-1/+2
* | | | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-0814-35/+33
|\ \ \ \ | |/ / / |/| | |
| * | | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0714-33/+33
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-078-134/+483
| |\ \ \
| * | | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-076-6/+6
| * | | | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-072-2/+0
* | | | | sparc: i8042-sparcio.h: fix warningAlexander Beregalov2008-08-061-6/+13
| |/ / / |/| | |
* | | | maple: Kill useless private_data pointer.Paul Mundt2008-08-041-7/+8
* | | | maple: Clean up maple_driver_register/unregister routines.Paul Mundt2008-08-041-3/+3
* | | | input: Clean up maple keyboard driverAdrian McMenamin2008-08-041-69/+32
* | | | maple: allow removal and reinsertion of keyboard driver moduleAdrian McMenamin2008-08-041-43/+81
* | | | sh: More header path fixups for mach dir refactoring.Paul Mundt2008-07-291-1/+0
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-07-286-28/+389
|\ \ \ | | |/ | |/|
| * | Input: add driver for Atmel integrated touchscreen controllerDan Liang2008-07-233-0/+345
| * | Input: ads7846 - optimize order of calculating Rt in ads7846_rx()Hans-Christian Egtvedt2008-07-231-5/+5
| * | Input: ads7846 - fix sparse endian warningsHarvey Harrison2008-07-231-4/+2
| * | Input: uinput - remove duplicate includeHuang Weiyi2008-07-231-1/+0
| * | Input: serio - offload resume to kseriodShaohua Li2008-07-231-18/+37
* | | sh_keysc: remove request_mem_region() and release_mem_region()Tetsuya Mukawa2008-07-281-20/+7
| |/ |/|
* | [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-272-5/+5
* | Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>"Linus Torvalds2008-07-251-1/+0