diff options
Diffstat (limited to 'linux_input.h')
-rw-r--r-- | linux_input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_input.h b/linux_input.h index 9e8c487..c5b70e8 100644 --- a/linux_input.h +++ b/linux_input.h @@ -25,6 +25,7 @@ struct input_id { }; #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ +#define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ #define EV_SYN 0x00 |