summaryrefslogtreecommitdiff
path: root/hw/usb-ccid.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-27 14:59:08 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-27 14:59:08 -0500
commit656acddb39ee924b843df7f57d4c1798e49be058 (patch)
treeb55351243094158d8f7098e29fcd9ca79f55bb64 /hw/usb-ccid.c
parentc45d1fc191bba333086f066247dd6096175db0da (diff)
parenta7fb71d1b2a992a0c4842f06e2b450889e2442ec (diff)
downloadqemu-656acddb39ee924b843df7f57d4c1798e49be058.tar.gz
Merge remote-tracking branch 'kraxel/usb.17' into staging
Diffstat (limited to 'hw/usb-ccid.c')
-rw-r--r--hw/usb-ccid.c1
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;