diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-27 14:59:08 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-27 14:59:08 -0500 |
commit | 656acddb39ee924b843df7f57d4c1798e49be058 (patch) | |
tree | b55351243094158d8f7098e29fcd9ca79f55bb64 /hw/usb-ccid.c | |
parent | c45d1fc191bba333086f066247dd6096175db0da (diff) | |
parent | a7fb71d1b2a992a0c4842f06e2b450889e2442ec (diff) |
Merge remote-tracking branch 'kraxel/usb.17' into staging
Diffstat (limited to 'hw/usb-ccid.c')
-rw-r--r-- | hw/usb-ccid.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |