diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 13:09:31 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 13:09:31 -0500 |
| commit | 2ff6458116546ced7ce00cc39423ee30b1477e67 (patch) | |
| tree | d15aa8e6a07862dbea9ad9d6886ad29696fbf9b2 /hw/usb-msd.c | |
| parent | 0ffcb2ca8d7508f0e60035a17f3a8e055a7a1b89 (diff) | |
| parent | 39fba3ada9a9e36a29a40e1acddec0923839c39b (diff) | |
| download | focaccia-qemu-2ff6458116546ced7ce00cc39423ee30b1477e67.tar.gz focaccia-qemu-2ff6458116546ced7ce00cc39423ee30b1477e67.zip | |
Merge remote-tracking branch 'kraxel/usb.29' into staging
Diffstat (limited to 'hw/usb-msd.c')
| -rw-r--r-- | hw/usb-msd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/usb-msd.c b/hw/usb-msd.c index 1a0815a136..b7341778e6 100644 --- a/hw/usb-msd.c +++ b/hw/usb-msd.c @@ -162,8 +162,8 @@ static const USBDescDevice desc_device_high = { static const USBDesc desc = { .id = { - .idVendor = 0, - .idProduct = 0, + .idVendor = 0x46f4, /* CRC16() of "QEMU" */ + .idProduct = 0x0001, .bcdDevice = 0, .iManufacturer = STR_MANUFACTURER, .iProduct = STR_PRODUCT, |