usb: update uas product id
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Aug 2012 11:06:05 +0000 (13:06 +0200)
committerGerd 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

index 9b02ff4..b13eeba 100644 (file)
@@ -223,7 +223,7 @@ static const USBDescDevice desc_device_high = {
 static const USBDesc desc = {
     .id = {
         .idVendor          = 0x46f4, /* CRC16() of "QEMU" */
-        .idProduct         = 0x0002,
+        .idProduct         = 0x0003,
         .bcdDevice         = 0,
         .iManufacturer     = STR_MANUFACTURER,
         .iProduct          = STR_PRODUCT,