Christian Helmuth bde3be787e qemu-usb: fix device endpoint update
First, the endpoint update has to comply with the current alternate
settings of all interface, which are stored in USBDevice::altsetting[]
(one value per interface). Second, a SET_INTERFACE control request via
Packet_type::ALT_SETTING must update USBDevice::altsetting for the
interface.

Now, USB devices with multi-setting interface like the Joulescope JS110
with mixed bulk/isochronous endpoints are supported.
2022-04-13 08:07:57 +02:00
..
2016-11-08 15:26:28 +01:00
2021-02-23 12:07:16 +01:00
2021-06-25 11:43:41 +02:00
2019-11-19 14:45:39 +01:00
2018-01-17 12:14:39 +01:00
2021-07-28 11:27:04 +02:00
2021-05-05 11:35:28 +02:00
2021-12-17 15:04:47 +01:00
2017-05-31 13:16:18 +02:00
2019-05-27 14:52:52 +02:00