X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fusb-ccid.c;h=d3922998c5e45a7fedb482076e8cca4c36643751;hb=656acddb39ee924b843df7f57d4c1798e49be058;hp=524b841da16e8a06825ac1490a9601ee28c709c7;hpb=c45d1fc191bba333086f066247dd6096175db0da;p=mirror_qemu.git diff --git a/hw/usb-ccid.c b/hw/usb-ccid.c index 524b841da1..d3922998c5 100644 --- a/hw/usb-ccid.c +++ b/hw/usb-ccid.c @@ -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;