diff --git a/udev_device.c b/udev_device.c index c5aeef7..deab6f1 100644 --- a/udev_device.c +++ b/udev_device.c @@ -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;