Hi, "git grep MAX_USB_EVENTS" told me that we don't need that definition..
regards, Przemo
>From 7573a21e9ed783f6c5e5176c95e1e974e9d0b069 Mon Sep 17 00:00:00 2001 From: Przemo Firszt <[email protected]> Date: Wed, 5 May 2010 19:34:48 +0100 Subject: [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h There is no need to define MAX_USB_EVENTS in xf86Wacom.h as that definition is not used anywhere in the code. Signed-off-by: Przemo Firszt <[email protected]> --- src/xf86Wacom.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h index b522bd7..b711a7d 100644 --- a/src/xf86Wacom.h +++ b/src/xf86Wacom.h @@ -27,8 +27,6 @@ #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) -#define MAX_USB_EVENTS 32 - /* max number of input events to read in one read call */ #define MAX_EVENTS 50 -- 1.7.0.2
------------------------------------------------------------------------------
_______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
