Don't validate the Device Descriptor's vendor ID when validating that a device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values.
This commit is contained in:
@@ -64,9 +64,6 @@
|
||||
#endif
|
||||
|
||||
/* Macros: */
|
||||
/** Vendor ID value in a Device Descriptor to indicate an Android device. */
|
||||
#define ANDROID_VENDOR_ID 0x18D1
|
||||
|
||||
/** Product ID value in a Device Descriptor to indicate an Android device in Open Accessory mode. */
|
||||
#define ANDROID_ACCESSORY_PRODUCT_ID 0x2D00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user