#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
+