udev_device.c: define INPUT_PROP_CNT
This commit is contained in:
parent
3d98bea289
commit
d8c4dc4ce3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue