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:
Gerd Hoffmann 2013-01-29 12:44:35 +01:00
parent 2e5df36df8
commit 8550a02d12
14 changed files with 37 additions and 31 deletions

View file

@ -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(