111cd02dfb91661c65134cac258cf5924270e9d2Dan Albert/****************************************************************************
211cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ****************************************************************************
311cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***
411cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   This header was automatically generated from a Linux kernel header
511cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   of the same name, to make information necessary for userspace to
611cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   call into the kernel available to libc.  It contains only constants,
711cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   structures, and macros generated from the original header, and thus,
811cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   contains no copyrightable information.
911cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***
1011cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   To edit the content of this header, modify the corresponding
1111cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   source file (e.g. under external/kernel-headers/original/) then
1211cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   run bionic/libc/kernel/tools/update_all.py
1311cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***
1411cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   Any manual change here will be lost the next time this script will
1511cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***   be run. You've been warned!
1611cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ***
1711cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ****************************************************************************
1811cd02dfb91661c65134cac258cf5924270e9d2Dan Albert ****************************************************************************/
1911cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#ifndef _UAPI__HID_H
2011cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define _UAPI__HID_H
2111cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define USB_INTERFACE_CLASS_HID 3
2211cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define USB_INTERFACE_SUBCLASS_BOOT 1
2311cd02dfb91661c65134cac258cf5924270e9d2Dan Albert/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
2411cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define USB_INTERFACE_PROTOCOL_KEYBOARD 1
2511cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define USB_INTERFACE_PROTOCOL_MOUSE 2
2611cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_REQ_GET_REPORT 0x01
2711cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_REQ_GET_IDLE 0x02
2811cd02dfb91661c65134cac258cf5924270e9d2Dan Albert/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
2911cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_REQ_GET_PROTOCOL 0x03
3011cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_REQ_SET_REPORT 0x09
3111cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_REQ_SET_IDLE 0x0A
3211cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_REQ_SET_PROTOCOL 0x0B
3311cd02dfb91661c65134cac258cf5924270e9d2Dan Albert/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
3411cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_DT_HID (USB_TYPE_CLASS | 0x01)
3511cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
3611cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
3711cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#define HID_MAX_DESCRIPTOR_SIZE 4096
3811cd02dfb91661c65134cac258cf5924270e9d2Dan Albert/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
3911cd02dfb91661c65134cac258cf5924270e9d2Dan Albert#endif
40