open that stupid hidraw device once and for all!!!
This commit is contained in:
parent
547265b259
commit
3eba3bcd58
3 changed files with 4 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ typedef enum input_dev_type {
|
|||
typedef struct hidraw_filters {
|
||||
const int16_t pid;
|
||||
const int16_t vid;
|
||||
const uint16_t rdesc_size;
|
||||
const uint16_t rdesc_size; // wc -c < /sys/class/hidraw/hidraw0/device/report_descriptor
|
||||
} hidraw_filters_t;
|
||||
|
||||
typedef struct uinput_filters {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue