Help for this page
printf("ph: %u\n", EVIOCGRAB()); ... int r = ioctl(fd, EVIOCGRAB, act); printf("grab: %d\n", r); }