/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
This software may be distributed and modified under the terms of the GNU
General Public License version 2 (GPL2) as published by the Free Software
Foundation and appearing in the file GPL2.TXT included in the packaging of
this file. Please note that GPL2 Section 2[b] requires that all works based
on this software must also be made publicly available under the terms of
the GPL2 ("Copyleft").
Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
/* USB chapter 9 structures */
/* Misc.USB constants */
/* Standard Device Requests */
/* Setup Data Constants */
/* USB descriptors */
/* OTG SET FEATURE Constants */
/* USB Endpoint Transfer Types */
/* Standard Feature Selectors for CLEAR_FEATURE Requests */
/* descriptor data structures */
/* Device descriptor structure */
typedef struct USB_DEVICE_DESCRIPTOR;
/* Configuration descriptor structure */
typedef struct USB_CONFIGURATION_DESCRIPTOR;
/* Interface descriptor structure */
typedef struct USB_INTERFACE_DESCRIPTOR;
/* Endpoint descriptor structure */
typedef struct USB_ENDPOINT_DESCRIPTOR;
/* HID descriptor */
typedef struct USB_HID_DESCRIPTOR;
typedef struct HID_CLASS_DESCRIPTOR_LEN_AND_TYPE;
// _ch9_h_