forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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