Add new suspend-block input ioctls.

Change-Id: I8cfd63d22ecf8e08f261eb576d6ea448f396f709
This commit is contained in:
Jeff Brown 2012-01-19 14:27:30 -08:00
parent df49ebabfe
commit 3452e301ec

View File

@ -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