Skip to content
Snippets Groups Projects
Commit 6519aaa5 authored by Dean Camera's avatar Dean Camera
Browse files

Fix incorrect Android Accessory Host interface descriptor subclass value (thanks to Opendous Inc.).

parent f1543ae8
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
#define ANDROID_DATA_OUT_PIPE 2
#define ANDROID_INTERFACE_CLASS 0xFF
#define ANDROID_INTERFACE_SUBCLASS 0x42
#define ANDROID_INTERFACE_SUBCLASS 0xFF
#define ANDROID_INTERFACE_PROTOCOL 0x01
/* Enums: */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment