forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/samples/hidraw/hid-example.c
....@@ -119,7 +119,7 @@
119119 if (res < 0)
120120 perror("HIDIOCSFEATURE");
121121 else
122
- printf("ioctl HIDIOCGFEATURE returned: %d\n", res);
122
+ printf("ioctl HIDIOCSFEATURE returned: %d\n", res);
123123
124124 /* Get Feature */
125125 buf[0] = 0x9; /* Report Number */