summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/synaptics.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2010-04-20Input: Add support of Synaptics Clickpad deviceTakashi Iwai1-5/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-07Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake1-0/+10
2009-12-04Input: psmouse - remove identification strings from DMI tablesDmitry Torokhov1-4/+4
2009-12-03Input: psmouse - do not carry DMI data aroundDmitry Torokhov1-7/+16
2009-10-12Input: synaptics - add another Protege M300 to rate blacklistDmitry Torokhov1-0/+10
2009-09-10Input: psmouse - use boolean typeDmitry Torokhov1-17/+17
2009-06-19Input: synaptics - add support for reporting x/y resolutionTero Saarni1-0/+28
2009-02-28Input: synaptics - ensure we reset the device on resumeAndy Whitcroft1-5/+4
2008-11-20Input: synaptics - report multi-taps only if supported by the devicePeter Hutterer1-6/+10
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1