genode/repos/os
Josef Söntgen a6f0b05834 usb_host: properly handle ISOC read requests
* 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.
2021-02-23 12:02:44 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include usb_host: properly handle ISOC read requests 2021-02-23 12:02:44 +01:00
lib nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
recipes os: api/net archive 2021-02-23 12:02:43 +01:00
run Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00
src riscv: Fix link errors for Genode nightly 2021-02-23 12:02:43 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.