summaryrefslogtreecommitdiff
path: root/src/evemu-impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Support kernel device propertiesHenrik Rydberg2010-12-211-1/+2
| | | | | | | | In the upcoming 2.6.38 kernel, there is a new device property bitfield, useful during device setup. This patch adds support for it. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Make evemu ABI resilientHenrik Rydberg2010-12-211-0/+19
Hide the evemu struct, make it versioned, and instead use new/delete and accessor functions. This should give us enough ABI stability to run mixed library implementations. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>