diff options
author | Brad Hards <bradh@frogmouth.net> | 2011-04-03 15:33:18 +1000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-26 11:55:02 +0200 |
commit | c6d3ad0fad34b33557976e579ab0e4159989506f (patch) | |
tree | eafd74231c729eab7df04a0f301cdbc2516743b7 /hw/usb.h | |
parent | aa29141d84d58171c2d219f0a4b599bd76fb2e37 (diff) | |
download | qemu-c6d3ad0fad34b33557976e579ab0e4159989506f.tar.gz qemu-c6d3ad0fad34b33557976e579ab0e4159989506f.tar.bz2 qemu-c6d3ad0fad34b33557976e579ab0e4159989506f.zip |
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/usb.h')
-rw-r--r-- | hw/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |