usb: Add Interface Association Descriptor descriptor type
authorBrad Hards <bradh@frogmouth.net>
Sun, 3 Apr 2011 05:33:18 +0000 (15:33 +1000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 May 2011 09:55:02 +0000 (11:55 +0200)
Signed-off-by: Brad Hards <bradh@frogmouth.net>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb.h

index 7e46141..ca06bf8 100644 (file)
--- a/hw/usb.h
+++ b/hw/usb.h
 #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