summaryrefslogtreecommitdiff
path: root/match/match.c
Commit message (Collapse)AuthorAgeFilesLines
* Same version, but using the mtdev library.Henrik Rydberg2010-10-121-385/+0
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Matcher: convert distance matrix to integerHenrik Rydberg2010-03-211-21/+14
| | | | | | | | 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-211-2/+2
| | | | | | 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-011-116/+167
|
* License and credits resolvedHenrik Rydberg2010-01-301-2/+29
| | | | | | 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-161-33/+33
|
* culprit: step2a row should start at zeroHenrik Rydberg2008-11-081-95/+94
| | | | | | plus cleanup Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* oops in vector-to-bit conversionHenrik Rydberg2008-11-081-14/+7
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* cleanupHenrik Rydberg2008-11-081-7/+3
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* ok, fast (but not fastest) matcher in place, no check output...Henrik Rydberg2008-11-061-0/+326
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>