Home | History | Annotate | Download | only in usb
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef _UAPI_LINUX_USB_F_ACCESSORY_H
     20 #define _UAPI_LINUX_USB_F_ACCESSORY_H
     21 #define USB_ACCESSORY_VENDOR_ID 0x18D1
     22 #define USB_ACCESSORY_PRODUCT_ID 0x2D00
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 #define USB_ACCESSORY_ADB_PRODUCT_ID 0x2D01
     25 #define ACCESSORY_STRING_MANUFACTURER 0
     26 #define ACCESSORY_STRING_MODEL 1
     27 #define ACCESSORY_STRING_DESCRIPTION 2
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29 #define ACCESSORY_STRING_VERSION 3
     30 #define ACCESSORY_STRING_URI 4
     31 #define ACCESSORY_STRING_SERIAL 5
     32 #define ACCESSORY_GET_PROTOCOL 51
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34 #define ACCESSORY_SEND_STRING 52
     35 #define ACCESSORY_START 53
     36 #define ACCESSORY_REGISTER_HID 54
     37 #define ACCESSORY_UNREGISTER_HID 55
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39 #define ACCESSORY_SET_HID_REPORT_DESC 56
     40 #define ACCESSORY_SEND_HID_EVENT 57
     41 #define ACCESSORY_SET_AUDIO_MODE 58
     42 #define ACCESSORY_GET_STRING_MANUFACTURER _IOW('M', 1, char[256])
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44 #define ACCESSORY_GET_STRING_MODEL _IOW('M', 2, char[256])
     45 #define ACCESSORY_GET_STRING_DESCRIPTION _IOW('M', 3, char[256])
     46 #define ACCESSORY_GET_STRING_VERSION _IOW('M', 4, char[256])
     47 #define ACCESSORY_GET_STRING_URI _IOW('M', 5, char[256])
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49 #define ACCESSORY_GET_STRING_SERIAL _IOW('M', 6, char[256])
     50 #define ACCESSORY_IS_START_REQUESTED _IO('M', 7)
     51 #define ACCESSORY_GET_AUDIO_MODE _IO('M', 8)
     52 #endif
     53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     54