summaryrefslogtreecommitdiffstats
path: root/drivers/input/input-mt.c
AgeCommit message (Expand)AuthorLines
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-1/+1
2016-06-01Input: update input_mt_report_pointer_emulation to support hoveringKT Liao-1/+16
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-9/+17
2015-04-13Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina-13/+27
2015-04-07Input - mt: Fix input_mt_get_slot_by_keyBenjamin Tissoires-2/+7
2015-04-06Input: MT - make slot assignment work for overcovered solutionsBenjamin Tissoires-9/+17
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg-11/+20
2014-08-25Input: fix used slots detection breakageDmitry Torokhov-12/+18
2014-08-07Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg-11/+27
2013-04-07Input: MT - handle semi-mt devices in coreHenrik Rydberg-1/+7
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2013-02-15Input: MT - do not apply filtering on emulated eventsHenrik Rydberg-0/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-11-24Merge branch 'for-linus' into nextDmitry Torokhov-0/+4
2012-11-15Input: mt: add input_mt_is_usedBenjamin Tissoires-1/+1
2012-11-10Input: MT - document new 'flags' argument of input_mt_init_slots()Henrik Rydberg-0/+4
2012-10-25Input: fix sparse warning in multitouch codeDmitry Torokhov-1/+1
2012-09-19Input: MT - Allow legacy pressure computationHenrik Rydberg-3/+7
2012-09-19Input: MT - Get slot by keyHenrik Rydberg-0/+32
2012-09-19Input: MT - Add in-kernel trackingHenrik Rydberg-2/+142
2012-09-19Input: MT - Handle frame synchronization in coreHenrik Rydberg-2/+68
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg-1/+3
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg-1/+0
2012-09-19Input: Break out MT dataHenrik Rydberg-21/+27
2012-06-04Input: MT - fix null pointer warningSachin Kamat-1/+1
2011-10-31drivers/input: add export.h to symbol exporting files.Paul Gortmaker-0/+1
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz-0/+1
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg-5/+110
2010-12-16input: mt: Collect slots initialization codeHenrik Rydberg-6/+13
2010-12-16input: mt: Break out slots handlingHenrik Rydberg-0/+58