summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires2014-06-081-9/+10
* Input: synaptics - change min/max quirk table to pnp-id matchingHans de Goede2014-05-271-113/+36Star
* Input: synaptics - add a matches_pnp_id helper functionHans de Goede2014-05-271-11/+14
* Input: synaptics - T540p - unify with other LEN0034 modelsHans de Goede2014-05-271-1/+1
* Input: synaptics - add min/max quirk for the ThinkPad W540Hans de Goede2014-05-141-0/+8
* Input: synaptics - add min/max quirk for ThinkPad Edge E431Hans de Goede2014-04-241-0/+8
* Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga ...Hans de Goede2014-04-201-0/+42
* Input: synaptics - report INPUT_PROP_TOPBUTTONPAD propertyHans de Goede2014-04-201-2/+53
* Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede2014-03-281-0/+8
* Input: synaptics - add manual min/max quirkBenjamin Tissoires2014-03-281-0/+47
* Input: synaptics - fix incorrect placement of __initconstSachin Kamat2013-08-131-2/+2
* Input: synaptics - fix sync lost after resume on some laptopsEric Miao2013-06-041-0/+2
* Input: synaptics - initialize pointer emulation usageHenrik Rydberg2013-02-161-1/+1
* Input: synaptics - fix 1->3 contact transition reportingDaniel Kurtz2013-02-141-3/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-031-8/+23
|\
| * Input: synaptics - adjust threshold for treating position values as negativeSeth Forshee2012-09-281-8/+23
* | Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-2/+2
|/
* Input: synaptics - handle out of bounds values from the hardwareSeth Forshee2012-07-251-0/+22
* Input: synaptics - print firmware ID and board number at initDaniel Kurtz2012-07-081-2/+36
* Merge branch 'next' into for-linusDmitry Torokhov2012-05-241-10/+10
|\
| * Input: synaptics - fix compile warningJJ Ding2012-05-111-10/+10
* | Input: synaptics - fix regression with "image sensor" trackpadsBenjamin Herrenschmidt2012-04-211-1/+2
|/
* Merge branch 'next' into for-linusDmitry Torokhov2012-01-091-55/+142
|\
| * Input: synaptics - update OLPC XO exclusionDaniel Drake2011-11-151-8/+5Star
| * Input: synaptics - add support for Relative modeDaniel Drake2011-11-101-47/+137
* | Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov2011-12-121-0/+11
|/
* Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov2011-10-111-37/+46
* Input: synaptics - process finger (<=5) transitionsDaniel Kurtz2011-08-241-1/+44
* Input: synaptics - process finger (<=3) transitionsDaniel Kurtz2011-08-241-16/+274
* Input: synaptics - decode AGM packet typesDaniel Kurtz2011-08-241-6/+30
* Input: synaptics - add image sensor supportDaniel Kurtz2011-08-241-17/+107
* Input: synaptics - refactor initialization of abs position axesDaniel Kurtz2011-08-241-24/+20Star
* Input: synaptics - refactor agm packet parsingDaniel Kurtz2011-08-241-5/+14
* Input: synaptics - refactor y inversionDaniel Kurtz2011-08-241-3/+12
* Input: synaptics - set minimum coordinates as reported by firmwareDmitry Torokhov2011-07-091-19/+37
* Input: synaptics - process button bits in AGM packetsDaniel Kurtz2011-07-071-16/+16
* Input: synaptics - rename set_slot to be more descriptiveDaniel Kurtz2011-07-071-7/+10
* Input: synaptics - fuzz position for touchpad with reduced filteringDaniel Kurtz2011-07-071-7/+8
* Input: synaptics - set resolution for MT_POSITION_X/Y axesDaniel Kurtz2011-07-071-0/+3
* Input: synaptics - fix crash in synaptics_module_init()Jan Beulich2011-03-311-2/+2
* Input: synaptics - retry failed resets when reconnectingAlexandre Peixoto Ferreira2011-01-291-2/+11
* Input: synaptics - fix reconnect logic on MT devicesAlexandre Peixoto Ferreira2011-01-291-6/+13
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov2010-12-281-5/+90
|\
| * Input: synaptics - ignore bogus mt packetHenrik Rydberg2010-12-221-2/+2
| * Input: synaptics - add multi-finger and semi-mt supportHenrik Rydberg2010-12-211-3/+85
| * Input: synaptics - report clickpad propertyHenrik Rydberg2010-12-211-0/+3
* | Input: psmouse - disable the synaptics extension on OLPC machinesAndres Salomon2010-12-231-0/+30
* | Input: psmouse - fix up Synaptics commentAndres Salomon2010-12-231-2/+2
|/
* Input: synaptics - simplify pass-through port handlingDmitry Torokhov2010-10-131-6/+30
* Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso2010-10-131-1/+1