summaryrefslogtreecommitdiff
path: root/tools/evemu-device.c
Commit message (Collapse)AuthorAgeFilesLines
* Make evemu ABI resilientHenrik Rydberg2010-12-211-16/+24
| | | | | | | | 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>
* Flush stdout before entering the event loopHenrik Rydberg2010-09-231-1/+2
| | | | | | | Scripts that need the device node may have difficulties if the stream is not flushed before entering the event loop. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Show errno when failing to create deviceHenrik Rydberg2010-09-191-2/+3
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Initial evemu commitHenrik Rydberg2010-09-181-0/+110
Evemu is a kernel device and emulator, which allows for remote creation and testing of arbitrary devices. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>