Hidraw logic
This commit is contained in:
parent
5778f28c7a
commit
197947e214
2 changed files with 21 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue