udev_device.c: define INPUT_PROP_CNT

This commit is contained in:
illiliti
2021-08-25 03:22:30 +03:00
parent 3d98bea289
commit d8c4dc4ce3

View File

@@ -44,6 +44,10 @@
#define INPUT_PROP_ACCELEROMETER 0x06
#endif
#ifndef INPUT_PROP_CNT
#define INPUT_PROP_CNT 0x20
#endif
struct udev_device {
struct udev_list_entry properties;
struct udev_list_entry sysattrs;