summaryrefslogtreecommitdiff
path: root/src/capabilities.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce convenience function for device dimensionsHenrik Rydberg2010-03-211-0/+10
| | | | | | | The capability names are rather lengthy; this patch adds convenience functions for the dimension capabilities. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* janitor: stick to kernel-style formattingalpha-1Henrik Rydberg2010-02-011-13/+3
| | | | | | 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.
* trailing whitespaceHenrik Rydberg2009-05-161-6/+7
|
* event loop works, buffer works, now look at synched eventHenrik Rydberg2008-11-061-1/+0
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Driver stages in place - should one support multipleHenrik Rydberg2008-11-061-1/+3
| | | | | | device instances by moving the private alloc to init/close? Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Output dimensionsHenrik Rydberg2008-11-051-0/+20
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* missing externalsHenrik Rydberg2008-11-051-2/+2
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Break out capabilitiesHenrik Rydberg2008-11-051-0/+87
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>