/*\r
LUFA Library\r
- Copyright (C) Dean Camera, 2011.\r
+ Copyright (C) Dean Camera, 2012.\r
\r
dean [at] fourwalledcubicle [dot] com\r
www.lufa-lib.org\r
*/\r
\r
/*\r
- Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+ Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [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
#endif\r
\r
/* Macros: */\r
- /** Vendor ID value in a Device Descriptor to indicate an Android device. */\r
- #define ANDROID_VENDOR_ID 0x18D1\r
-\r
/** Product ID value in a Device Descriptor to indicate an Android device in Open Accessory mode. */\r
#define ANDROID_ACCESSORY_PRODUCT_ID 0x2D00\r
\r
AOA_CSCP_AOADataClass = 0xFF, /**< Descriptor Class value indicating that the device or interface\r
* belongs to the AOA data class.\r
*/\r
- AOA_CSCP_AOADataSubclass = 0x00, /**< Descriptor Subclass value indicating that the device or interface\r
+ AOA_CSCP_AOADataSubclass = 0xFF, /**< Descriptor Subclass value indicating that the device or interface\r
* belongs to AOA data subclass.\r
*/\r
AOA_CSCP_AOADataProtocol = 0x00, /**< Descriptor Protocol value indicating that the device or interface\r
\r
/** @} */\r
\r
+