usb_host: handle full packet stream correctly

Thanks to Peter for the fix!

Fixes #4383
This commit is contained in:
Sebastian Sumpf 2022-01-18 10:38:58 +01:00 committed by Christian Helmuth
parent a80b2ee6e2
commit f16c1b5ea8

View File

@ -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)