summaryrefslogtreecommitdiff
path: root/hw/usb/desc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-03-18 11:01:50 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-04-22 12:40:57 +0200
commit409951f552674a940ec53e3a498514dc42834ccb (patch)
treec6284e84df9e1055ef773d18e9d4bde785ffcb28 /hw/usb/desc.h
parent2d03b49c3f225994c4b0b46146437d8c887d6774 (diff)
downloadqemu-409951f552674a940ec53e3a498514dc42834ccb.tar.gz
usb: add CompatibleID support to msos
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/desc.h')
-rw-r--r--hw/usb/desc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/desc.h b/hw/usb/desc.h
index 2b4fcdae76..8e8db03a0c 100644
--- a/hw/usb/desc.h
+++ b/hw/usb/desc.h
@@ -184,6 +184,7 @@ struct USBDescOther {
};
struct USBDescMSOS {
+ const char *CompatibleID;
const wchar_t *Label;
bool SelectiveSuspendEnabled;
};