/*\r
LUFA Library\r
- Copyright (C) Dean Camera, 2009.\r
+ Copyright (C) Dean Camera, 2010.\r
\r
dean [at] fourwalledcubicle [dot] com\r
www.fourwalledcubicle.com\r
*/\r
\r
/*\r
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
- Copyright 2009 Denver Gingerich (denver [at] ossguy [dot] com)\r
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+ Copyright 2010 Denver Gingerich (denver [at] ossguy [dot] com)\r
\r
Permission to use, copy, modify, distribute, and sell this \r
software and its documentation for any purpose is hereby granted\r
typedef struct\r
{\r
USB_Descriptor_Configuration_Header_t Config;\r
- USB_Descriptor_Interface_t KeyboardInterface;\r
- USB_HID_Descriptor_t KeyboardHID;\r
- USB_Descriptor_Endpoint_t KeyboardInEndpoint;\r
- USB_Descriptor_Interface_t MouseInterface;\r
- USB_HID_Descriptor_t MouseHID;\r
- USB_Descriptor_Endpoint_t MouseInEndpoint;\r
+ USB_Descriptor_Interface_t HID1_KeyboardInterface;\r
+ USB_HID_Descriptor_t HID1_KeyboardHID;\r
+ USB_Descriptor_Endpoint_t HID1_ReportINEndpoint;\r
+ USB_Descriptor_Interface_t HID2_MouseInterface;\r
+ USB_HID_Descriptor_t HID2_MouseHID;\r
+ USB_Descriptor_Endpoint_t HID2_ReportINEndpoint;\r
} USB_Descriptor_Configuration_t;\r
\r
/* Macros: */\r