aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input-mt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25Input: fix used slots detection breakageDmitry Torokhov1-12/+18
2014-08-07Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg1-11/+27
2013-04-07Input: MT - handle semi-mt devices in coreHenrik Rydberg1-1/+7
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2013-02-15Input: MT - do not apply filtering on emulated eventsHenrik Rydberg1-0/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+1
2012-11-24Merge branch 'for-linus' into nextDmitry Torokhov1-0/+4
2012-11-15Input: mt: add input_mt_is_usedBenjamin Tissoires1-1/+1
2012-11-10Input: MT - document new 'flags' argument of input_mt_init_slots()Henrik Rydberg1-0/+4
2012-10-25Input: fix sparse warning in multitouch codeDmitry Torokhov1-1/+1
2012-09-19Input: MT - Allow legacy pressure computationHenrik Rydberg1-3/+7
2012-09-19Input: MT - Get slot by keyHenrik Rydberg1-0/+32
2012-09-19Input: MT - Add in-kernel trackingHenrik Rydberg1-2/+142
2012-09-19Input: MT - Handle frame synchronization in coreHenrik Rydberg1-2/+68
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+3
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg1-1/+0
2012-09-19Input: Break out MT dataHenrik Rydberg1-21/+27
2012-06-04Input: MT - fix null pointer warningSachin Kamat1-1/+1
2011-10-31drivers/input: add export.h to symbol exporting files.Paul Gortmaker1-0/+1
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz1-0/+1
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg1-5/+110
2010-12-16input: mt: Collect slots initialization codeHenrik Rydberg1-6/+13
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-0/+58