aboutsummaryrefslogtreecommitdiffstats
path: root/match
Commit message (Collapse)AuthorAgeFilesLines
* Same version, but using the mtdev library.Henrik Rydberg2010-10-122-520/+0
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* refactor: Move filesHenrik Rydberg2010-06-162-38/+2
| | | | | | | | | | Move all headers into include, separate source files into modules match, mtdev, src and driver, move some common definitions to common.h, and include define support for the MT slot protocol. This patch does not introduce any logical changes. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Remove unused min/max definitionsHenrik Rydberg2010-03-211-3/+0
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Matcher: convert distance matrix to integerHenrik Rydberg2010-03-213-70/+63
| | | | | | | | In order to reduce the requirements on the cpu environment running the matcher, the floating-point operations are converted to integer. Care is taken as to not overflow the distance matrix. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Matcher: support up to 32 fingersHenrik Rydberg2010-03-212-3/+3
| | | | | | Make the matcher support up to 32 fingers instead of the current 16. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* janitor: match: stick to kernel-style formattingHenrik Rydberg2010-02-013-129/+174
|
* License and credits resolvedHenrik Rydberg2010-01-303-2/+71
| | | | | | All files are tagged as GPL, and a CREDIT file created with references to the synaptics X driver and the matching code, under their respective MIT and BSD licenses.
* trailing whitespaceHenrik Rydberg2009-05-162-35/+35
|
* culprit: step2a row should start at zeroHenrik Rydberg2008-11-083-100/+137
| | | | | | plus cleanup Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* oops in vector-to-bit conversionHenrik Rydberg2008-11-082-16/+40
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* cleanupHenrik Rydberg2008-11-082-7/+7
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* ok, fast (but not fastest) matcher in place, no check output...Henrik Rydberg2008-11-063-0/+391
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>