aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input-mt.c
AgeCommit message (Expand)Author
2020-08-25Input: MT - avoid comma separated statementsJoe Perches
2020-07-15Input: mt - cleanup open-coded __set_bit()Michał Mirosław
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-06-11Input: do not assign new tracking ID when changing tool typeDmitry Torokhov
2018-06-11Input: make input_report_slot_state() return booleanDmitry Torokhov
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2016-06-01Input: update input_mt_report_pointer_emulation to support hoveringKT Liao
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-04-13Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina
2015-04-07Input - mt: Fix input_mt_get_slot_by_keyBenjamin Tissoires
2015-04-06Input: MT - make slot assignment work for overcovered solutionsBenjamin Tissoires
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg
2014-08-25Input: fix used slots detection breakageDmitry Torokhov
2014-08-07Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg
2013-04-07Input: MT - handle semi-mt devices in coreHenrik Rydberg
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-02-15Input: MT - do not apply filtering on emulated eventsHenrik Rydberg
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-24Merge branch 'for-linus' into nextDmitry Torokhov
2012-11-15Input: mt: add input_mt_is_usedBenjamin Tissoires
2012-11-10Input: MT - document new 'flags' argument of input_mt_init_slots()Henrik Rydberg
2012-10-25Input: fix sparse warning in multitouch codeDmitry Torokhov
2012-09-19Input: MT - Allow legacy pressure computationHenrik Rydberg
2012-09-19Input: MT - Get slot by keyHenrik Rydberg
2012-09-19Input: MT - Add in-kernel trackingHenrik Rydberg
2012-09-19Input: MT - Handle frame synchronization in coreHenrik Rydberg
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg
2012-09-19Input: Break out MT dataHenrik Rydberg
2012-06-04Input: MT - fix null pointer warningSachin Kamat
2011-10-31drivers/input: add export.h to symbol exporting files.Paul Gortmaker
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg
2010-12-16input: mt: Collect slots initialization codeHenrik Rydberg
2010-12-16input: mt: Break out slots handlingHenrik Rydberg