aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-4/+27
2015-08-07Input: elantech - add special check for fw_version 0x470f01 touchpadDuson Lin2-2/+21
2015-08-03Input: alps - only Dell laptops have separate button bits for v2 dualpoint sticksHans de Goede1-2/+6
2015-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-55/+114
2015-07-27Input: bcm5974 - add support for the 2015 Macbook ProJohn Horan1-2/+31
2015-07-27Input: bcm5974 - prepare for a new trackpad generationHenrik Rydberg1-51/+81
2015-07-27Input: synaptics - dump ext10 capabilities as wellJiri Kosina1-2/+2
2015-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-5/+8
2015-07-16Input: elantech - force resolution of 31 u/mmPeter Hutterer1-5/+8
2015-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-8/+6
2015-07-10Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors"Dmitry Torokhov1-1/+1
2015-07-07Input: elan_i2c - change the hover event from MT to STduson1-7/+5
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-22Merge branch 'next' into for-linusDmitry Torokhov12-156/+221
2015-06-08Input: elan_i2c - add product IDs FW namesCharlie Mooney2-7/+18
2015-06-08Input: elan_i2c - add support for multi IC type and iap formatDuson Lin4-11/+49
2015-06-08Input: synaptics - add min/max quirk for Lenovo S540Peter Hutterer1-1/+6
2015-06-04Input: alps - do not reduce trackpoint speed by halfHans de Goede1-3/+2
2015-06-04Input: elantech - add new icbody type洪一竹1-0/+1
2015-06-02Input: focaltech - report finger width to userspaceDmitry Tunin1-0/+13
2015-06-02Input: elantech - fix detection of touchpads where the revision matches a known rateHans de Goede1-3/+4
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-26Input: synaptics_i2c - use proper boolean valuesShailendra Verma1-3/+3
2015-05-26Input: psmouse - use true instead of 1 for boolean valuesShailendra Verma1-1/+1
2015-05-26Input: cyapa - fix a few typos in commentsShailendra Verma1-14/+9
2015-05-22Input: sentelic - use "static inline" instead of "inline"Khem Raj1-2/+2
2015-05-21Input: cyapa - do not set otherwise unused variableDmitry Torokhov1-2/+1
2015-05-20Input: vmmouse - do not reference non-existing version of X driverThomas Hellstrom1-1/+1
2015-05-20Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede1-0/+5
2015-05-20Input: alps - use the generic process_bitmap function for v5 touchpadsHans de Goede1-62/+12
2015-05-20Input: alps - rename alps_set_abs_params_mt to alps_set_abs_params_semi_mtHans de Goede1-8/+8
2015-05-20Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede1-2/+6
2015-05-20Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede2-7/+53
2015-05-20Input: alps - decode the position packet firstHans de Goede1-21/+14
2015-05-20Input: alps - only set fields that are actually presentHans de Goede1-29/+33
2015-05-20Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede1-5/+17
2015-05-13Input: elantech - fix semi-mt protocol for v3 HWBenjamin Tissoires1-1/+1
2015-04-21Merge branch 'next' into for-linusDmitry Torokhov11-19/+634
2015-04-20Input: cyapa - fix setting suspend scan rateDudley Du1-2/+2
2015-04-20Input: elan_i2c - fix calculating number of x and y traces.Duson Lin2-4/+4
2015-04-20Input: elan_i2c - report hovering contactsDuson Lin1-4/+11
2015-04-14Input: add vmmouse driverThomas Hellstrom6-0/+569
2015-04-14Input: elan_i2c - adjust for newer firmware pressure reportingduson4-10/+49
2015-04-14Merge branch 'next' into for-linusDmitry Torokhov9-57/+505
2015-04-12Input: alps - non interleaved V2 dualpoint has separate stick button bitsHans de Goede1-0/+8
2015-04-12Input: alps - fix touchpad buttons getting stuck when used with trackpointHans de Goede1-2/+3
2015-04-11Input: ALPS - make alps_get_pkt_id_ss4_v2() and others staticFengguang Wu1-5/+5
2015-04-07Input: ALPS - V7 devices can report 5-finger tapsMasaki Ota1-0/+1
2015-04-07Input: ALPS - add support for SS4 touchpad devicesMasaki Ota2-4/+403
2015-04-07Input: ALPS - refactor alps_set_abs_params_mt()Masaki Ota1-12/+26