Hidraw logic

This commit is contained in:
Denis 2023-12-08 23:26:21 +01:00
parent 5778f28c7a
commit 197947e214
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
2 changed files with 21 additions and 0 deletions

View file

@ -54,6 +54,7 @@ typedef struct input_dev {
union {
uinput_filters_t ev;
iio_filters_t iio;
hidraw_filters_t hidraw;
} filters;
void* user_data;