Hallo,
I see, that linuxevent.c in CVS was changed to exclude EV_RST which isn't defined in newer input.h headers anymore. I wonder, if this is the correct way to solve this problem. input.h does define EV_SYN now as being zero:
/* * Event types */
#define EV_SYN 0x00 ...
I don't know what this event does and if it's important to still include them, but maybe someone else does? At least, just commenting out EV_RST feels a bit wrong...
ciao