Fixed building on older kernel headers
parent
b98494a101
commit
b770644411
|
@ -28,8 +28,14 @@
|
||||||
|
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
|
|
||||||
|
#ifndef INPUT_PROP_TOPBUTTONPAD
|
||||||
|
#define INPUT_PROP_TOPBUTTONPAD 0x04
|
||||||
|
#endif
|
||||||
|
#ifndef INPUT_PROP_POINTING_STICK
|
||||||
|
#define INPUT_PROP_POINTING_STICK 0x05
|
||||||
|
#endif
|
||||||
#ifndef INPUT_PROP_ACCELEROMETER
|
#ifndef INPUT_PROP_ACCELEROMETER
|
||||||
#define INPUT_PROP_ACCELEROMETER 0x06
|
#define INPUT_PROP_ACCELEROMETER 0x06
|
||||||
#endif
|
#endif
|
||||||
#ifndef INPUT_PROP_MAX
|
#ifndef INPUT_PROP_MAX
|
||||||
#define INPUT_PROP_MAX 0x1f
|
#define INPUT_PROP_MAX 0x1f
|
||||||
|
|
Loading…
Reference in New Issue