Minor corrections to the XMEGA USB controller implementation.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / AndroidAccessoryClassCommon.h
index 2c1a598..b9a8dd5 100644 (file)
@@ -64,9 +64,6 @@
                #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
@@ -82,7 +79,7 @@
                        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
+