define INPUT_PROP_{POINTING_STICK,ACCELEROMETER}. fixes #11
This commit is contained in:
parent
d9bd4f3a19
commit
84dcea670c
1 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,14 @@
|
|||
|
||||
#define BITS_MAX 96
|
||||
|
||||
#ifndef INPUT_PROP_POINTING_STICK
|
||||
#define INPUT_PROP_POINTING_STICK 0x05
|
||||
#endif
|
||||
|
||||
#ifndef INPUT_PROP_ACCELEROMETER
|
||||
#define INPUT_PROP_ACCELEROMETER 0x06
|
||||
#endif
|
||||
|
||||
struct udev_device {
|
||||
struct udev_list_entry properties;
|
||||
struct udev_list_entry sysattrs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue