hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/include/uapi/linux/hidraw.h
....@@ -39,6 +39,7 @@
3939 /* The first byte of SFEATURE and GFEATURE is the report number */
4040 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
4141 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
42
+#define HIDIOCGRAWUNIQ(len) _IOC(_IOC_READ, 'H', 0x08, len)
4243
4344 #define HIDRAW_FIRST_MINOR 0
4445 #define HIDRAW_MAX_DEVICES 64