Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trivial: Fix some docs warnings when compiling the tarball | Richard Hughes | 2022-09-12 | 1 | -1/+1 |
| | |||||
* | Allow emulating failed events | Richard Hughes | 2022-09-12 | 1 | -0/+41 |
| | | | | | This is required to emulate devices that just reset (without completing the current transfer) when asked to reset. | ||||
* | Fix loading events using _g_usb_device_event_load() | Richard Hughes | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Save device events when required | Richard Hughes | 2022-09-08 | 1 | -0/+186 |
This allows us to simulate an entire context of devices, simulating responses as if the hardware is connected. This allows building rich device-specific unit tests in programs like fwupd, without having to have the hardware attached. |