aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Input: trackpoint - Optimize trackpoint init to use power-on resetShawn Nematbakhsh2-87/+166
2013-04-15Input: ALPS - use %ph to print buffersDmitry Torokhov1-7/+5
2013-03-17Input: amimouse - use module_platform_driver_probe macroSachin Kamat1-13/+1
2013-02-22Input: ALPS - add "Dolphin V1" touchpad supportDave Turvene2-2/+66
2013-02-22Input: ALPS - remove unused argument to alps_enter_command_mode()Kevin Cernekee1-11/+7
2013-02-22Input: cypress_ps2 - fix trackpadi found in Dell XPS12Kamal Mostafa1-6/+13
2013-02-19Merge branch 'next' into for-linusDmitry Torokhov10-368/+2528
2013-02-15Input: synaptics - initialize pointer emulation usageHenrik Rydberg1-1/+1
2013-02-14Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee1-70/+115
2013-02-14Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee1-0/+52
2013-02-14Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee2-44/+95
2013-02-14Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee2-22/+33
2013-02-14Input: ALPS - fix command mode checkKevin Cernekee1-1/+1
2013-02-14Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee1-3/+12
2013-02-14Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee1-8/+4
2013-02-14Input: ALPS - use function pointers for different protocol handlersKevin Cernekee2-54/+54
2013-02-14Input: ALPS - rework detection sequenceKevin Cernekee2-76/+56
2013-02-14Input: ALPS - introduce helper function for repeated commandsKevin Cernekee1-41/+30
2013-02-14Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee1-93/+93
2013-02-14Input: ALPS - copy "model" info into alps_data structKevin Cernekee2-34/+43
2013-02-14Input: ALPS - document the alps.h data structuresKevin Cernekee1-13/+61
2013-02-13Input: cyapa - add support for smbus protocolBenson Leung1-5/+174
2013-02-13Input: synaptics - fix 1->3 contact transition reportingDaniel Kurtz1-3/+27
2013-01-17Input: add driver for Cypress APA I2C TrackpadBenson Leung3-0/+817
2013-01-17Input: add support for Cypress PS/2 TrackpadsDudley Du6-0/+960
2012-12-24Input: sentelic - only report position of first finger as ST coordinatesChristophe TORDEUX1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton5-5/+5
2012-11-24Input: remove use of __devinitBill Pemberton5-5/+5
2012-11-24Input: remove use of __devexit_pBill Pemberton5-5/+5
2012-11-08Merge tag 'v3.7-rc4' into next to sync up Wacom bitsDmitry Torokhov1-0/+21
2012-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+21
2012-10-31HID: Add support for the MacBook Pro 10,2 keyboard / touchpadDirk Hohndel1-0/+21
2012-10-30Input: ALPS - print small buffers via %*phAndy Shevchenko1-6/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-14/+26
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-10-01Merge branch 'next' into for-linusDmitry Torokhov1-6/+3
2012-10-01Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogic', 'wacom' and 'wiimote' into for-linusJiri Kosina1-0/+11
2012-09-28Input: synaptics - adjust threshold for treating position values as negativeSeth Forshee1-8/+23
2012-09-19Input: sentelic - filter out erratic movement when lifting fingerTai-hwa Liang1-0/+11
2012-09-19Input: bcm5974 - Convert to MT-BHenrik Rydberg1-45/+28
2012-09-19Input: bcm5974 - Drop the logical dimensionsHenrik Rydberg1-144/+111
2012-09-19Input: bcm5974 - Preparatory renamesHenrik Rydberg1-12/+13
2012-09-19Input: bcm5974 - only setup button urb for TYPE1 devicesHenrik Rydberg1-17/+26
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg4-6/+6
2012-09-19input: rpcmouse: use __iomem pointers for MMIOArnd Bergmann1-1/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-12Input: hgpk - use %*ph to dump small bufferAndy Shevchenko1-6/+3
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-6/+1