summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-03-14 17:43:39 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-14 17:43:39 -0700
commita7e9442270aa98e6a58a40a0eb2391d5eadaf6f0 (patch)
tree360ef1745607a7554e5c2f1b2000cbe92ad8affa /libc
parentf9316d37b462d523438c621f75c47f52a12e4087 (diff)
parent2bb79ad9b5941ad11b7ccaa8147577cef69524b2 (diff)
downloadbionic-a7e9442270aa98e6a58a40a0eb2391d5eadaf6f0.zip
bionic-a7e9442270aa98e6a58a40a0eb2391d5eadaf6f0.tar.gz
bionic-a7e9442270aa98e6a58a40a0eb2391d5eadaf6f0.tar.bz2
am 2bb79ad9: Update USB accessory kernel header to include serial number support
* commit '2bb79ad9b5941ad11b7ccaa8147577cef69524b2': Update USB accessory kernel header to include serial number support
Diffstat (limited to 'libc')
-rw-r--r--libc/kernel/common/linux/usb/f_accessory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/usb/f_accessory.h b/libc/kernel/common/linux/usb/f_accessory.h
index eaf8c4d..7ee9b7f 100644
--- a/libc/kernel/common/linux/usb/f_accessory.h
+++ b/libc/kernel/common/linux/usb/f_accessory.h
@@ -28,6 +28,7 @@
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define ACCESSORY_STRING_VERSION 3
#define ACCESSORY_STRING_URI 4
+#define ACCESSORY_STRING_SERIAL 5
#define ACCESSORY_GET_PROTOCOL 51
#define ACCESSORY_SEND_STRING 52
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
@@ -38,4 +39,5 @@
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define ACCESSORY_GET_STRING_VERSION _IOW('M', 4, char[256])
#define ACCESSORY_GET_STRING_URI _IOW('M', 5, char[256])
+#define ACCESSORY_GET_STRING_SERIAL _IOW('M', 6, char[256])
#endif