mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
usb-core: usb3 streams
This patch adds support for usb3 streams to the usb subsystem core. This is just adding a streams field / parameter in a number of places. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2e5df36df8
commit
8550a02d12
14 changed files with 37 additions and 31 deletions
|
@ -478,7 +478,7 @@ static void usb_bt_out_hci_packet_event(void *opaque,
|
|||
struct USBBtState *s = (struct USBBtState *) opaque;
|
||||
|
||||
if (s->evt.len == 0) {
|
||||
usb_wakeup(s->intr);
|
||||
usb_wakeup(s->intr, 0);
|
||||
}
|
||||
usb_bt_fifo_enqueue(&s->evt, data, len);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue