summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-301-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-281-1/+1
|\
| * [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King2009-03-251-1/+1
| |
| \
*-. | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-044-15/+30
|\ \|
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-03-034-15/+30
| |/|
| | * Input: elantech - touchpad driver miss-recognising logitech miceArjan Opmeer2009-02-281-8/+24
| | * Input: synaptics - ensure we reset the device on resumeAndy Whitcroft2009-02-281-5/+4Star
| | * Input: pxa930_trkball - fix write timeout handlingRoel Kluin2009-02-021-1/+1
| | * Input: psmouse - make MOUSE_PS2_LIFEBOOK depend on X86Jean Delvare2009-01-111-1/+1
* | | x86: allow more than 8 cpus to be used on 32-bitYinghai Lu2009-01-301-1/+1
|/ /
* / [ARM] fix pxa930_trkball build errorsRussell King2009-01-081-2/+2
|/
* Input: HIL drivers - add MODULE_ALIAS()Helge Deller2008-12-301-1/+1
* Input: add support for trackball on pxa930 and pxa935Yong Yao2008-12-293-13/+289
* Input: make some variables and functions staticRoel Kluin2008-12-201-1/+1
* Input: psmouse - add module parameters to control OLPC touchpad delaysPaul Fox2008-12-201-4/+28
* Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov2008-12-201-1/+1
|\
| * Input: psmouse - fix incorrect validate_byte check in OLPC protocolAndres Salomon2008-11-111-1/+1
* | Input: synaptics - report multi-taps only if supported by the devicePeter Hutterer2008-11-201-6/+10
* | Input: appletouch - driver refactoringStelian Pop2008-10-291-138/+136Star
|/
* Input: psmouse - add support for Elantech touchpadsArjan Opmeer2008-10-176-2/+846
* Merge branch 'next' into for-linusDmitry Torokhov2008-10-1610-117/+827
|\
| * 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: ALPS - add signature for DualPoint found in Dell Latitude E6500Elvis Pranskevichus2008-09-101-0/+1
| * Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-103-18/+6Star
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-09-221-4/+9
|\ \
| * | 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-071-17/+57
|\| |
| * | 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-08-191-1/+0Star
|\| |
| * | Input: remove version.h from drivers that don't need itHuang Weiyi2008-08-181-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-08-153-0/+705
|\| |
| * | 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
| |/
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
|/
* Input: atamouse - various cleanupsDmitry Torokhov2008-06-301-15/+12Star
* Merge branch 'for-linus' into nextDmitry Torokhov2008-06-171-8/+41
|\
| * Input: appletouch - implement reset-resume logicOliver Neukum2008-06-171-8/+41
* | Input: remove CVS keywordsAdrian Bunk2008-05-204-8/+0Star
* | Input: hil_ptr - check return value of input_register_device()Andres Salomon2008-05-161-11/+26
* | Input: appletouch - simplify touchpad type detectionSven Anders2008-05-161-107/+57Star
* | Input: appletouch - miscellaneous code cleanupsJohannes Berg2008-05-161-73/+100
* | Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-4/+4
|/