mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
* Update the 'packet_size' information with the actual length for each isoc frame to be able to handle short reads at the client side. * Copy the whole transfer buffer because the host controller stores the data at the original offsets, i.e., the buffer is not densely packed. Fixes #4018.