From: Brad Hards Date: Sun, 3 Apr 2011 05:33:18 +0000 (+1000) Subject: usb: Add Interface Association Descriptor descriptor type X-Git-Tag: v0.15.0-rc0~238^2~17 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c6d3ad0fad34b33557976e579ab0e4159989506f;p=qemu-xen-4.4-testing.git usb: Add Interface Association Descriptor descriptor type Signed-off-by: Brad Hards Signed-off-by: Gerd Hoffmann --- diff --git a/hw/usb.h b/hw/usb.h index 7e46141fe..ca06bf859 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