kernel/include/uapi/linux/hidraw.h
.. .. @@ -39,6 +39,7 @@ 39 39 /* The first byte of SFEATURE and GFEATURE is the report number */ 40 40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) 41 41 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) 42 +#define HIDIOCGRAWUNIQ(len) _IOC(_IOC_READ, 'H', 0x08, len)42 43 43 44 #define HIDRAW_FIRST_MINOR 0 44 45 #define HIDRAW_MAX_DEVICES 64