From a31c391dc384912d8eb511feb62a12aae0ce7005 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 23 Oct 2004 03:40:39 +0000 Subject: got everything running under GNU/Linux again, time to switch back to MacOS X svn path=/trunk/externals/hcs/hid/; revision=2144 --- hid_linux.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'hid_linux.c') diff --git a/hid_linux.c b/hid_linux.c index 94a400b..7f9261e 100644 --- a/hid_linux.c +++ b/hid_linux.c @@ -1,15 +1,13 @@ #ifdef __linux__ + #include +#include #define DEBUG(x) //#define DEBUG(x) x - - - - /*------------------------------------------------------------------------------ * from evtest.c from the ff-utils package */ @@ -23,5 +21,11 @@ +/* The application reading the device is supposed to queue all events up to */ +/* the SYN_REPORT event, and then process them, so that a mouse pointer */ +/* will move diagonally instead of following the sides of a rectangle, */ +/* which would be very annoying. */ + #endif /* #ifdef __linux__ */ + -- cgit v1.2.1