aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-29Input: synaptics - use in-kernel tracking for reporting mt dataBenjamin Tissoires1-364/+33
2014-11-16Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal1-0/+4
2014-11-06Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai1-2/+3
2014-10-11Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov1-1/+21
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov1-16/+52
2014-09-12Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede1-14/+3
2014-09-09Input: synaptics - add support for ForcePadsDmitry Torokhov1-16/+52
2014-08-14Merge branch 'next' into for-linusDmitry Torokhov1-3/+69
2014-08-08Input: synaptics - use firmware data for Cr-48Henrik Rydberg1-2/+68
2014-08-07Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov1-3/+3
2014-07-14Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede1-2/+3
2014-06-07Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires1-9/+10
2014-05-26Input: synaptics - change min/max quirk table to pnp-id matchingHans de Goede1-113/+36
2014-05-26Input: synaptics - add a matches_pnp_id helper functionHans de Goede1-11/+14
2014-05-26Input: synaptics - T540p - unify with other LEN0034 modelsHans de Goede1-1/+1
2014-05-14Input: synaptics - add min/max quirk for the ThinkPad W540Hans de Goede1-0/+8
2014-04-23Input: synaptics - add min/max quirk for ThinkPad Edge E431Hans de Goede1-0/+8
2014-04-19Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga and X1Hans de Goede1-0/+42
2014-04-19Input: synaptics - report INPUT_PROP_TOPBUTTONPAD propertyHans de Goede1-2/+53
2014-03-28Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede1-0/+8
2014-03-28Input: synaptics - add manual min/max quirkBenjamin Tissoires1-0/+47
2013-08-12Input: synaptics - fix incorrect placement of __initconstSachin Kamat1-2/+2
2013-06-04Input: synaptics - fix sync lost after resume on some laptopsEric Miao1-0/+2
2013-02-15Input: synaptics - initialize pointer emulation usageHenrik Rydberg1-1/+1
2013-02-13Input: synaptics - fix 1->3 contact transition reportingDaniel Kurtz1-3/+27
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-8/+23
2012-09-28Input: synaptics - adjust threshold for treating position values as negativeSeth Forshee1-8/+23
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-2/+2
2012-07-24Input: synaptics - handle out of bounds values from the hardwareSeth Forshee1-0/+22
2012-07-07Input: synaptics - print firmware ID and board number at initDaniel Kurtz1-2/+36
2012-05-24Merge branch 'next' into for-linusDmitry Torokhov1-10/+10
2012-05-10Input: synaptics - fix compile warningJJ Ding1-10/+10
2012-04-20Input: synaptics - fix regression with "image sensor" trackpadsBenjamin Herrenschmidt1-1/+2
2012-01-08Merge branch 'next' into for-linusDmitry Torokhov1-55/+142
2011-12-12Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov1-0/+11
2011-11-15Input: synaptics - update OLPC XO exclusionDaniel Drake1-8/+5
2011-11-09Input: synaptics - add support for Relative modeDaniel Drake1-47/+137
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov1-37/+46
2011-08-23Input: synaptics - process finger (<=5) transitionsDaniel Kurtz1-1/+44
2011-08-23Input: synaptics - process finger (<=3) transitionsDaniel Kurtz1-16/+274
2011-08-23Input: synaptics - decode AGM packet typesDaniel Kurtz1-6/+30
2011-08-23Input: synaptics - add image sensor supportDaniel Kurtz1-17/+107
2011-08-23Input: synaptics - refactor initialization of abs position axesDaniel Kurtz1-24/+20
2011-08-23Input: synaptics - refactor agm packet parsingDaniel Kurtz1-5/+14
2011-08-23Input: synaptics - refactor y inversionDaniel Kurtz1-3/+12
2011-07-09Input: synaptics - set minimum coordinates as reported by firmwareDmitry Torokhov1-19/+37
2011-07-06Input: synaptics - process button bits in AGM packetsDaniel Kurtz1-16/+16
2011-07-06Input: synaptics - rename set_slot to be more descriptiveDaniel Kurtz1-7/+10
2011-07-06Input: synaptics - fuzz position for touchpad with reduced filteringDaniel Kurtz1-7/+8
2011-07-06Input: synaptics - set resolution for MT_POSITION_X/Y axesDaniel Kurtz1-0/+3