summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Collapse)AuthorAgeFilesLines
* Increase event buffer sizeHenrik Rydberg2010-06-161-1/+1
| | | | | | | | The MT devices produce a lot of data. This patch increases the buffer size to a value empirically found working well for up to ten fingers. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* refactor: Move filesHenrik Rydberg2010-06-161-0/+128
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>