From d297ea12b706e7099f34f667e43bf1f3de1713e7 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Thu, 27 Aug 2009 07:38:40 +0000
Subject: Added new "Common" section to the class drivers, to hold all
 mode-independant definitions for clarity.

Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code.
---
 LUFA/Drivers/USB/Class/Common/HID.h | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'LUFA/Drivers/USB/Class/Common/HID.h')

diff --git a/LUFA/Drivers/USB/Class/Common/HID.h b/LUFA/Drivers/USB/Class/Common/HID.h
index 9179f6af0..b860f0852 100644
--- a/LUFA/Drivers/USB/Class/Common/HID.h
+++ b/LUFA/Drivers/USB/Class/Common/HID.h
@@ -29,6 +29,12 @@
 */
 
 /** \ingroup Group_USBClassHID
+ *  @defgroup Group_USBClassHIDCommon  Common Class Definitions
+ *
+ *  \section Module Description
+ *  Constants, Types and Enum definitions that are common to both Device and Host modes for the USB
+ *  HID Class.
+ *
  *  @{
  */
  
-- 
cgit v1.2.3