summaryrefslogtreecommitdiff
path: root/src/test.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify bit bookkeepingHenrik Rydberg2010-05-141-0/+13
| | | | | | | | In preparation of adding several additional finger bit registers, remove the redundant bit-counting variables and introduce fast bit-traversal functions instead. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* janitor: stick to kernel-style formattingalpha-1Henrik Rydberg2010-02-011-1/+1
| | | | | | With this commit, the whole code base complies with the kernel format style, and patches can be checked against the kernel-provided ./scripts/checkpatch.pl
* License and credits resolvedHenrik Rydberg2010-01-301-0/+21
| | | | | | 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.
* Initial version: adding some filesHenrik Rydberg2008-11-031-0/+7
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>