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 | |
| parent | aa29141d84d58171c2d219f0a4b599bd76fb2e37 (diff) | |
| download | focaccia-qemu-c6d3ad0fad34b33557976e579ab0e4159989506f.tar.gz focaccia-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>
| -rw-r--r-- | hw/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h index 7e46141fed..ca06bf8596 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 |