From 04660d3793292fad5a09bd50ae9615e53ca4aa10 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 1 Jul 2011 05:26:25 +0000 Subject: Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface. --- Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h') diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h b/Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h index 8ea34e014..f88f530b2 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h @@ -49,6 +49,8 @@ typedef struct { USB_Descriptor_Configuration_Header_t Config; + + // Mouse HID Interface USB_Descriptor_Interface_t HID_Interface; USB_HID_Descriptor_HID_t HID_MouseHID; USB_Descriptor_Endpoint_t HID_ReportINEndpoint; -- cgit v1.2.3