Hi all, what's the recommended method for processing input device data with linux/input.h (from userspace) ? blocking read()? non-blocking read()? select(), epoll()? Regards ......Volker