aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Input: ALPS - add support for DualPoint device on Dell XT2 modelGravatar Yunkang Tang 2-3/+204
2013-12-05Input: elantech - add support for newer (August 2013) devicesGravatar Matt Walker 1-0/+1
2013-10-31Input: cypress_ps2 - do not consider data bad if palm is detectedGravatar Joseph Salisbury 1-16/+3
2013-10-31Input: cypress_ps2 - remove useless castGravatar Geyslan G. Bem 1-4/+4
2013-10-22Input: ALPS - change secondary device's nameGravatar Yunkang Tang 1-1/+1
2013-10-08Merge tag 'v3.12-rc4' into nextGravatar Dmitry Torokhov 1-3/+3
2013-09-18Merge tag 'v3.11' into nextGravatar Dmitry Torokhov 3-6/+75
2013-09-18Input: cypress_ps2 - remove casting the return value which is a void pointerGravatar Jingoo Han 1-1/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-3/+3
2013-09-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 2-3/+3
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2013-09-04HID: Correct the USB IDs for the new Macbook Air 6Gravatar Henrik Rydberg 1-3/+3
2013-08-24Input: elantech - fix packet check for v3 and v4 hardwareGravatar Matteo Delfino 2-4/+41
2013-08-12Input: synaptics - fix incorrect placement of __initconstGravatar Sachin Kamat 1-2/+2
2013-08-12Input: lifebook - fix incorrect placement of __initconstGravatar Sachin Kamat 1-1/+1
2013-07-12Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-8/+9
2013-07-06Input: elantech - fix for newer hardware versions (v7)Gravatar Matteo Delfino 1-8/+9
2013-07-02Input: bcm5974 - add support for the 2013 MacBook AirGravatar Dmitry Torokhov 1-2/+34
2013-06-27Merge branch 'for-next' of git://github.com/rydberg/linux into nextGravatar Dmitry Torokhov 2-1/+3
2013-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+2
2013-06-04Input: synaptics - fix sync lost after resume on some laptopsGravatar Eric Miao 1-0/+2
2013-05-23Input: navpoint - pass correct pointer to free_irq()Gravatar Lars-Peter Clausen 1-1/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-1/+1
2013-05-05Input: gpio_mouse - remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-3/+0
2013-05-05Input: amimouse - remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2013-04-19Input: trackpoint - Optimize trackpoint init to use power-on resetGravatar Shawn Nematbakhsh 2-87/+166
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBGravatar Alexandre Courbot 1-1/+1
2013-04-15Input: ALPS - use %ph to print buffersGravatar Dmitry Torokhov 1-7/+5
2013-03-17Input: amimouse - use module_platform_driver_probe macroGravatar Sachin Kamat 1-13/+1
2013-02-22Input: ALPS - add "Dolphin V1" touchpad supportGravatar Dave Turvene 2-2/+66
2013-02-22Input: ALPS - remove unused argument to alps_enter_command_mode()Gravatar Kevin Cernekee 1-11/+7
2013-02-22Input: cypress_ps2 - fix trackpadi found in Dell XPS12Gravatar Kamal Mostafa 1-6/+13
2013-02-19Merge branch 'next' into for-linusGravatar Dmitry Torokhov 10-368/+2528
2013-02-15Input: synaptics - initialize pointer emulation usageGravatar Henrik Rydberg 1-1/+1
2013-02-14Input: ALPS - enable trackstick on Rushmore touchpadsGravatar Kevin Cernekee 1-70/+115
2013-02-14Input: ALPS - add support for "Rushmore" touchpadsGravatar Kevin Cernekee 1-0/+52
2013-02-14Input: ALPS - make the V3 packet field decoder "pluggable"Gravatar Kevin Cernekee 2-44/+95
2013-02-14Input: ALPS - move pixel and bitmap info into alps_data structGravatar Kevin Cernekee 2-22/+33
2013-02-14Input: ALPS - fix command mode checkGravatar Kevin Cernekee 1-1/+1
2013-02-14Input: ALPS - rework detection of Pinnacle AGx touchpadsGravatar Kevin Cernekee 1-3/+12
2013-02-14Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Gravatar Kevin Cernekee 1-8/+4
2013-02-14Input: ALPS - use function pointers for different protocol handlersGravatar Kevin Cernekee 2-54/+54
2013-02-14Input: ALPS - rework detection sequenceGravatar Kevin Cernekee 2-76/+56
2013-02-14Input: ALPS - introduce helper function for repeated commandsGravatar Kevin Cernekee 1-41/+30
2013-02-14Input: ALPS - move alps_get_model() down below hw_init codeGravatar Kevin Cernekee 1-93/+93
2013-02-14Input: ALPS - copy "model" info into alps_data structGravatar Kevin Cernekee 2-34/+43
2013-02-14Input: ALPS - document the alps.h data structuresGravatar Kevin Cernekee 1-13/+61
2013-02-13Input: cyapa - add support for smbus protocolGravatar Benson Leung 1-5/+174
2013-02-13Input: synaptics - fix 1->3 contact transition reportingGravatar Daniel Kurtz 1-3/+27
2013-01-17Input: add driver for Cypress APA I2C TrackpadGravatar Benson Leung 3-0/+817