summaryrefslogtreecommitdiffstats
path: root/drivers/input/input-mt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-271-4/+8
|\
| * Input: do not assign new tracking ID when changing tool typeDmitry Torokhov2018-06-111-1/+1
| * Input: make input_report_slot_state() return booleanDmitry Torokhov2018-06-111-3/+7
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
|/
* Input: update input_mt_report_pointer_emulation to support hoveringKT Liao2016-06-011-1/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-04-151-9/+17
|\
| * Input: MT - make slot assignment work for overcovered solutionsBenjamin Tissoires2015-04-061-9/+17
| |
| \
*-. \ Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina2015-04-131-13/+27
|\ \ \ | | |/ | |/|
| | * Input - mt: Fix input_mt_get_slot_by_keyBenjamin Tissoires2015-04-071-2/+7
| |/ |/|
| * Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-011-11/+20
|/
* Input: fix used slots detection breakageDmitry Torokhov2014-08-251-12/+18
* Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg2014-08-081-11/+27
* Input: MT - handle semi-mt devices in coreHenrik Rydberg2013-04-081-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-201-0/+1
|\
| * Input: MT - do not apply filtering on emulated eventsHenrik Rydberg2013-02-161-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-12-181-1/+1
|\|
| * Merge branch 'for-linus' into nextDmitry Torokhov2012-11-241-0/+4
| |\
| * | Input: fix sparse warning in multitouch codeDmitry Torokhov2012-10-251-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Input: mt: add input_mt_is_usedBenjamin Tissoires2012-11-151-1/+1
| |/
* / Input: MT - document new 'flags' argument of input_mt_init_slots()Henrik Rydberg2012-11-101-0/+4
|/
* Input: MT - Allow legacy pressure computationHenrik Rydberg2012-09-191-3/+7
* Input: MT - Get slot by keyHenrik Rydberg2012-09-191-0/+32
* Input: MT - Add in-kernel trackingHenrik Rydberg2012-09-191-2/+142
* Input: MT - Handle frame synchronization in coreHenrik Rydberg2012-09-191-2/+68
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+3
* Input: Improve the events-per-packet estimateHenrik Rydberg2012-09-191-1/+0Star
* Input: Break out MT dataHenrik Rydberg2012-09-191-21/+27
* Input: MT - fix null pointer warningSachin Kamat2012-06-041-1/+1
* drivers/input: add export.h to symbol exporting files.Paul Gortmaker2011-11-011-0/+1
* Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz2011-08-241-0/+1
* input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg2010-12-161-5/+110
* input: mt: Collect slots initialization codeHenrik Rydberg2010-12-161-6/+13
* input: mt: Break out slots handlingHenrik Rydberg2010-12-161-0/+58