1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef _UAPI_HIDRAW_H
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define _UAPI_HIDRAW_H
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/hid.h>
22655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/types.h>
23a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Chengstruct hidraw_report_descriptor {
25655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng __u32 size;
26655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng __u8 value[HID_MAX_DESCRIPTOR_SIZE];
27655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
28a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Chengstruct hidraw_devinfo {
30655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng __u32 bustype;
31655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng __s16 vendor;
32655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng __s16 product;
33a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
35655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
36655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
37655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo)
38a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCGRAWNAME(len) _IOC(_IOC_READ, 'H', 0x04, len)
40655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len)
41655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
42655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
43a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDRAW_FIRST_MINOR 0
45655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDRAW_MAX_DEVICES 64
46655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define HIDRAW_BUFFER_SIZE 64
47a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich#endif
48655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49