define INPUT_PROP_{POINTING_STICK,ACCELEROMETER}. fixes #11

This commit is contained in:
illiliti
2021-01-20 09:10:29 +03:00
parent d9bd4f3a19
commit 84dcea670c

View File

@@ -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;