Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / USB.h
index 499c59b..75fff2f 100644 (file)
  *  the USB library unless desired by the library user.\r
  */\r
 \r
+/** @defgroup Group_USB USB - LUFA/Drivers/USB/USB.h\r
+ *\r
+ *  Functions, macros, variables, enums and types related to the management of USB communications.\r
+ */\r
+\r
 #ifndef __USB_H__\r
 #define __USB_H__\r
 \r
@@ -79,5 +84,8 @@
                        #include "LowLevel/OTG.h"\r
                #endif\r
                \r
+               #include "Class/ConfigDescriptor.h"\r
+               #include "Class/HIDParser.h"\r
+               \r
 #endif\r
 \r