mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Merge remote-tracking branch 'kraxel/usb.17' into staging
This commit is contained in:
commit
656acddb39
9 changed files with 191 additions and 64 deletions
|
@ -1271,6 +1271,7 @@ static int ccid_initfn(USBDevice *dev)
|
|||
s->migration_target_ip = 0;
|
||||
s->migration_target_port = 0;
|
||||
s->dev.speed = USB_SPEED_FULL;
|
||||
s->dev.speedmask = USB_SPEED_MASK_FULL;
|
||||
s->notify_slot_change = false;
|
||||
s->powered = true;
|
||||
s->pending_answers_num = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue