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:
2964cd9
)
usb-audio: fix usb version
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 28 Aug 2012 14:43:34 +0000
(16:43 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 11 Sep 2012 05:43:00 +0000
(07:43 +0200)
usb-audio is a full speed (1.1) device,
but bcdUSB claims it is usb 2.0. Fix it.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-audio.c
patch
|
blob
|
history
diff --git
a/hw/usb/dev-audio.c
b/hw/usb/dev-audio.c
index 79b75fb628c9c5aae83976bc589146faaa2d7a1f..2594c7810425a15f6621172f8bf7d82bd3f1c283 100644
(file)
--- a/
hw/usb/dev-audio.c
+++ b/
hw/usb/dev-audio.c
@@
-217,7
+217,7
@@
static const USBDescIface desc_iface[] = {
};
static const USBDescDevice desc_device = {
- .bcdUSB = 0x0
2
00,
+ .bcdUSB = 0x0
1
00,
.bMaxPacketSize0 = 64,
.bNumConfigurations = 1,
.confs = (USBDescConfig[]) {