|
From: Horia V. C. C. <sr...@nx...> - 2007-02-25 18:37:53
|
Hello, I propose a piece of code for the dev/input driver. It seems EV_SYN and EV_RST are identical in functionality but named different. However, the dev/input driver has EV_SYN which would wield an undeclared error. Something like: #ifndef EV_SYN #define EV_SYN EV_RST #fi in daemons/hw_devinput.c, or of course, better options... Cheers, r. |