mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
usb_host: handle full packet stream correctly
Thanks to Peter for the fix! Fixes #4383
This commit is contained in:
parent
a80b2ee6e2
commit
f16c1b5ea8
@ -274,6 +274,9 @@ class Device : public List<Device>::Element
|
||||
}
|
||||
|
||||
_ack_packet(p);
|
||||
|
||||
if (_sink && _sink->packet_avail())
|
||||
packet_avail();
|
||||
}
|
||||
|
||||
static void _async_complete(urb *urb)
|
||||
|
Loading…
Reference in New Issue
Block a user