aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2011-04-03 15:33:18 +1000
committerGerd Hoffmann <kraxel@redhat.com>2011-05-26 11:55:02 +0200
commitc6d3ad0fad34b33557976e579ab0e4159989506f (patch)
treeeafd74231c729eab7df04a0f301cdbc2516743b7 /hw
parentaa29141d84d58171c2d219f0a4b599bd76fb2e37 (diff)
downloadqemu-c6d3ad0fad34b33557976e579ab0e4159989506f.zip
qemu-c6d3ad0fad34b33557976e579ab0e4159989506f.tar.gz
qemu-c6d3ad0fad34b33557976e579ab0e4159989506f.tar.bz2
usb: Add Interface Association Descriptor descriptor type
Signed-off-by: Brad Hards <bradh@frogmouth.net> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h
index 7e46141..ca06bf8 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -124,6 +124,7 @@
#define USB_DT_ENDPOINT 0x05
#define USB_DT_DEVICE_QUALIFIER 0x06
#define USB_DT_OTHER_SPEED_CONFIG 0x07
+#define USB_DT_INTERFACE_ASSOC 0x0B
#define USB_ENDPOINT_XFER_CONTROL 0
#define USB_ENDPOINT_XFER_ISOC 1