aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/hidraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/hidraw.h')
-rw-r--r--original/uapi/linux/hidraw.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/original/uapi/linux/hidraw.h b/original/uapi/linux/hidraw.h
index 33ebad8..98e2c49 100644
--- a/original/uapi/linux/hidraw.h
+++ b/original/uapi/linux/hidraw.h
@@ -39,13 +39,6 @@ struct hidraw_devinfo {
/* The first byte of SFEATURE and GFEATURE is the report number */
#define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
#define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
-#define HIDIOCGRAWUNIQ(len) _IOC(_IOC_READ, 'H', 0x08, len)
-/* The first byte of SINPUT and GINPUT is the report number */
-#define HIDIOCSINPUT(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x09, len)
-#define HIDIOCGINPUT(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x0A, len)
-/* The first byte of SOUTPUT and GOUTPUT is the report number */
-#define HIDIOCSOUTPUT(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x0B, len)
-#define HIDIOCGOUTPUT(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x0C, len)
#define HIDRAW_FIRST_MINOR 0
#define HIDRAW_MAX_DEVICES 64