From a4fdd8ae4c1f5b3c2668900a49a9042364f15bd3 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Thu, 21 Jul 2011 13:51:30 -0700 Subject: f_accessory.h: Update USB accessory kernel driver header file Bug: 5051683 Change-Id: I24fb640f24439f0010735eaa8e1e7b2767c353ea Signed-off-by: Mike Lockwood --- libc/kernel/common/linux/usb/f_accessory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/kernel/common/linux') diff --git a/libc/kernel/common/linux/usb/f_accessory.h b/libc/kernel/common/linux/usb/f_accessory.h index 7ee9b7f..97346b7 100644 --- a/libc/kernel/common/linux/usb/f_accessory.h +++ b/libc/kernel/common/linux/usb/f_accessory.h @@ -40,4 +40,5 @@ #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]) +#define ACCESSORY_IS_START_REQUESTED _IO('M', 7) #endif -- cgit v1.1