projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ddbfb
)
usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helper
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 31 May 2011 09:35:27 +0000
(11:35 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 14 Jun 2011 10:56:49 +0000
(12:56 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-bus.c
patch
|
blob
|
history
diff --git
a/hw/usb-bus.c
b/hw/usb-bus.c
index
874c253
..
91f2083
100644
(file)
--- a/
hw/usb-bus.c
+++ b/
hw/usb-bus.c
@@
-273,6
+273,7
@@
static const char *usb_speed(unsigned int speed)
[ USB_SPEED_LOW ] = "1.5",
[ USB_SPEED_FULL ] = "12",
[ USB_SPEED_HIGH ] = "480",
+ [ USB_SPEED_SUPER ] = "5000",
};
if (speed >= ARRAY_SIZE(txt))
return "?";