mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
3c07bf4e86
Adds a function to the USB part of the Genode's C API, to enable usb_host drivers to acknowledge USB request in client's packet buffer although they are not assigned to an USB device. The requests are marked with a "no device" error. This commit fixes a regression originally solved in genodelabs/genode#4149 Ref genodelabs/genode#4416