forked from martinpitt/umockdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umockdev: Emulate ioctls from main process
Rather than emulating ioctls inside the client application itself, push them over the wire and handle them there. Recording is not yet implemented. Also, we are slightly more restricted than before, because USB handling uses a global state. This should not be a problem as a USB device should not be opened multiple times within one test environment.
- Loading branch information
1 parent
95470c4
commit 1420751
Showing
6 changed files
with
911 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.