Merge "Add new suspend-block input ioctls."
This commit is contained in:
commit
a7ad339910
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ struct input_keymap_entry {
|
|||
#define EVIOCRMFF _IOW('E', 0x81, int)
|
||||
#define EVIOCGEFFECTS _IOR('E', 0x84, int)
|
||||
#define EVIOCGRAB _IOW('E', 0x90, int)
|
||||
#define EVIOCGSUSPENDBLOCK _IOR('E', 0x91, int)
|
||||
#define EVIOCSSUSPENDBLOCK _IOW('E', 0x91, int)
|
||||
#define INPUT_PROP_POINTER 0x00
|
||||
#define INPUT_PROP_DIRECT 0x01
|
||||
#define INPUT_PROP_BUTTONPAD 0x02
|
||||
|
|
Loading…
Reference in a new issue