xref: /aosp_15_r20/frameworks/base/services/core/jni/linux/usb/f_accessory.h (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_LINUX_USB_F_ACCESSORY_H
8 #define _UAPI_LINUX_USB_F_ACCESSORY_H
9 #define USB_ACCESSORY_VENDOR_ID 0x18D1
10 #define USB_ACCESSORY_PRODUCT_ID 0x2D00
11 #define USB_ACCESSORY_ADB_PRODUCT_ID 0x2D01
12 #define ACCESSORY_STRING_MANUFACTURER 0
13 #define ACCESSORY_STRING_MODEL 1
14 #define ACCESSORY_STRING_DESCRIPTION 2
15 #define ACCESSORY_STRING_VERSION 3
16 #define ACCESSORY_STRING_URI 4
17 #define ACCESSORY_STRING_SERIAL 5
18 #define ACCESSORY_GET_PROTOCOL 51
19 #define ACCESSORY_SEND_STRING 52
20 #define ACCESSORY_START 53
21 #define ACCESSORY_REGISTER_HID 54
22 #define ACCESSORY_UNREGISTER_HID 55
23 #define ACCESSORY_SET_HID_REPORT_DESC 56
24 #define ACCESSORY_SEND_HID_EVENT 57
25 #define ACCESSORY_SET_AUDIO_MODE 58
26 #define ACCESSORY_GET_STRING_MANUFACTURER _IOW('M', 1, char[256])
27 #define ACCESSORY_GET_STRING_MODEL _IOW('M', 2, char[256])
28 #define ACCESSORY_GET_STRING_DESCRIPTION _IOW('M', 3, char[256])
29 #define ACCESSORY_GET_STRING_VERSION _IOW('M', 4, char[256])
30 #define ACCESSORY_GET_STRING_URI _IOW('M', 5, char[256])
31 #define ACCESSORY_GET_STRING_SERIAL _IOW('M', 6, char[256])
32 #define ACCESSORY_IS_START_REQUESTED _IO('M', 7)
33 #define ACCESSORY_GET_AUDIO_MODE _IO('M', 8)
34 #endif
35