forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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