mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53: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
|
@ -839,7 +839,7 @@ static void ccid_on_slot_change(USBCCIDState *s, bool full)
|
|||
s->bmSlotICCState |= SLOT_0_CHANGED_MASK;
|
||||
}
|
||||
s->notify_slot_change = true;
|
||||
usb_wakeup(s->intr);
|
||||
usb_wakeup(s->intr, 0);
|
||||
}
|
||||
|
||||
static void ccid_write_data_block_error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue