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. --- Projects/MediaController/Descriptors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Projects/MediaController') diff --git a/Projects/MediaController/Descriptors.h b/Projects/MediaController/Descriptors.h index d3d393c9f..74331c27f 100644 --- a/Projects/MediaController/Descriptors.h +++ b/Projects/MediaController/Descriptors.h @@ -49,6 +49,8 @@ typedef struct { USB_Descriptor_Configuration_Header_t Config; + + // Media Controller HID Interface USB_Descriptor_Interface_t HID_Interface; USB_HID_Descriptor_HID_t HID_MediaControlHID; USB_Descriptor_Endpoint_t HID_ReportINEndpoint; -- cgit v1.2.3