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