Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Accessory...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 24 Nov 2011 21:35:22 +0000 (21:35 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 24 Nov 2011 21:35:22 +0000 (21:35 +0000)
LUFA/Drivers/USB/Class/Common/AndroidAccessoryClassCommon.h

index 2c1a598..f786437 100644 (file)
@@ -82,7 +82,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