summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/synaptics.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Input: synaptics - handle spurious release of trackstick buttons, againBenjamin Tissoires1-2/+3
2015-05-09Input: synaptics - handle spurious release of trackstick buttonsBenjamin Tissoires1-8/+25
2015-05-09Input: synaptics - fix middle button on Lenovo 2015 productsDmitry Torokhov1-23/+21
2015-05-09Input: synaptics - query min dimensions for fw v8.1Daniel Martin1-2/+8
2014-12-14Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov1-1/+21
2014-11-05Input: synaptics - add support for ForcePadsDmitry Torokhov1-16/+52
2014-07-11Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires1-8/+8
2014-07-11Input: synaptics - T540p - unify with other LEN0034 modelsHans de Goede1-1/+1
2014-07-11Input: synaptics - add min/max quirk for the ThinkPad W540Hans de Goede1-0/+8
2014-06-09Input: synaptics - add min/max quirk for ThinkPad Edge E431Hans de Goede1-0/+8
2014-05-18Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga ...Hans de Goede1-0/+42
2014-04-09Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede1-0/+8
2014-04-09Input: synaptics - add manual min/max quirkBenjamin Tissoires1-0/+47
2012-10-17Input: synaptics - adjust threshold for treating position values as negativeSeth Forshee1-8/+23
2012-08-10Input: synaptics - handle out of bounds values from the hardwareSeth Forshee1-0/+23
2011-12-12Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov1-0/+11
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
2011-03-31Input: synaptics - fix crash in synaptics_module_init()Jan Beulich1-2/+2
2011-01-28Input: synaptics - retry failed resets when reconnectingAlexandre Peixoto Ferreira1-2/+11
2011-01-28Input: synaptics - fix reconnect logic on MT devicesAlexandre Peixoto Ferreira1-6/+13
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-5/+90
2010-12-23Input: psmouse - disable the synaptics extension on OLPC machinesAndres Salomon1-0/+30
2010-12-23Input: psmouse - fix up Synaptics commentAndres Salomon1-2/+2
2010-12-22Input: synaptics - ignore bogus mt packetHenrik Rydberg1-2/+2
2010-12-21Input: synaptics - add multi-finger and semi-mt supportHenrik Rydberg1-3/+85
2010-12-21Input: synaptics - report clickpad propertyHenrik Rydberg1-0/+3
2010-10-13Input: synaptics - simplify pass-through port handlingDmitry Torokhov1-6/+30
2010-10-13Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso1-1/+1
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov1-2/+2
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-2/+2
2010-08-02Merge branch 'next' into for-linusDmitry Torokhov1-2/+6
2010-07-21Input: synaptics - relax capability ID checks on newer hardwareDmitry Torokhov1-1/+6
2010-07-19Input: synaptics - set min/max for finger widthChris Bagwell1-1/+1
2010-07-19Input: synaptics - only report width on hardware that supports itChris Bagwell1-2/+6
2010-07-14Input: synaptics - fix wrong dimensions checkTakashi Iwai1-0/+1
2010-05-19Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov1-10/+11
2010-05-19Input: synaptics - set dimensions as reported by firmwareDmitry Torokhov1-9/+23
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-5/+30