qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/4] usb: Add Interface Association Descriptor descr


From: Brad Hards
Subject: [Qemu-devel] [PATCH 1/4] usb: Add Interface Association Descriptor descriptor type
Date: Sun, 3 Apr 2011 15:33:18 +1000

Signed-off-by: Brad Hards <address@hidden>
---
 hw/usb.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/usb.h b/hw/usb.h
index d3d755d..418853f 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
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]