aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtouch.h
Commit message (Collapse)AuthorAgeFilesLines
* janitor: stick to kernel-style formattingHenrik Rydberg2010-02-011-7/+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.
* Gesture interface in placeHenrik Rydberg2008-11-091-0/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* cleanupHenrik Rydberg2008-11-081-2/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* state added, now do the matchingHenrik Rydberg2008-11-061-0/+2
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* event loop works, buffer works, now look at synched eventHenrik Rydberg2008-11-061-0/+4
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* grab and open/close device, now enters read (and crashes)Henrik Rydberg2008-11-061-1/+3
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Driver stages in place - should one support multipleHenrik Rydberg2008-11-061-0/+21
device instances by moving the private alloc to init/close? Signed-off-by: Henrik Rydberg <rydberg@euromail.se>