summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c
Commit message (Expand)AuthorAgeFilesLines
* Input: psmouse - use IS_ENABLED instead of homegrown codeDmitry Torokhov2015-02-161-10/+0Star
* Merge branch 'bfin_rotary' into nextDmitry Torokhov2015-02-161-3/+4
|\
| * Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2ndPeter Hutterer2015-01-201-3/+4
* | Input: synaptics - use dmax in input_mt_assign_slotsBenjamin Tissoires2015-02-041-1/+4
* | Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-011-1/+1
* | Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-151-2/+7
|\|
| * Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal2014-11-171-0/+4
| * Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai2014-11-061-2/+3
* | Input: synaptics - remove duplicated codeBenjamin Tissoires2014-12-291-37/+1Star
* | Input: synaptics - use in-kernel tracking for reporting mt dataBenjamin Tissoires2014-12-291-364/+33Star
|/
* Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2014-10-111-1/+21
* Merge tag 'v3.17' into nextDmitry Torokhov2014-10-111-16/+52
|\
| * Input: synaptics - add support for ForcePadsDmitry Torokhov2014-09-101-16/+52
* | Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede2014-09-131-14/+3Star
|/
* Merge branch 'next' into for-linusDmitry Torokhov2014-08-151-3/+69
|\
| * Input: synaptics - use firmware data for Cr-48Henrik Rydberg2014-08-081-2/+68
| * Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov2014-08-081-3/+3
* | Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede2014-07-151-2/+3
|/
* 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