projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c19537a
)
usb: update uas product id
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 10 Aug 2012 11:06:05 +0000
(13:06 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 16 Aug 2012 06:39:49 +0000
(08:39 +0200)
Pick other product id to fix clash with audio.
Current usage list (after applying this patch):
46f4:0001 -- usb-storage
46f4:0002 -- usb-audio
46f4:0003 -- usb-uas
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-uas.c
patch
|
blob
|
history
diff --git
a/hw/usb/dev-uas.c
b/hw/usb/dev-uas.c
index 9b02ff48fa436b773180704b3ed0b422cf3c633a..b13eeba5655a2bb0cc90db5e76dedee3c4108116 100644
(file)
--- a/
hw/usb/dev-uas.c
+++ b/
hw/usb/dev-uas.c
@@
-223,7
+223,7
@@
static const USBDescDevice desc_device_high = {
static const USBDesc desc = {
.id = {
.idVendor = 0x46f4, /* CRC16() of "QEMU" */
- .idProduct = 0x000
2
,
+ .idProduct = 0x000
3
,
.bcdDevice = 0,
.iManufacturer = STR_MANUFACTURER,
.iProduct = STR_PRODUCT,