improving devices support
This commit is contained in:
parent
660f73c26d
commit
466f1a4db6
2 changed files with 15 additions and 0 deletions
|
|
@ -55,6 +55,11 @@ typedef struct iio_settings {
|
|||
int8_t post_matrix[3][3];
|
||||
} iio_settings_t;
|
||||
|
||||
typedef struct timer_filters {
|
||||
char name[128];
|
||||
uint64_t ticktime_ms;
|
||||
} timer_filters_t;
|
||||
|
||||
typedef struct input_dev {
|
||||
input_dev_type_t dev_type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue