summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86Aiptek.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xf86Aiptek.h b/src/xf86Aiptek.h
index 2ed4751..33923c7 100644
--- a/src/xf86Aiptek.h
+++ b/src/xf86Aiptek.h
@@ -34,7 +34,7 @@
* TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/aiptek/xf86Aiptek.h,v 1.2 2003/11/03 05:36:32 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/aiptek/xf86Aiptek.h,v 1.3 2003/12/10 01:50:33 dawes Exp $ */
#ifndef _AIPTEK_H_
#define _AIPTEK_H_
@@ -43,6 +43,9 @@
#ifdef LINUX_INPUT
# include <asm/types.h>
# include <linux/input.h>
+# ifndef EV_MSC
+# define EV_MSC 0x04
+# endif
/* keithp - a hack to avoid redefinitions of these in xf86str.h */
# ifdef BUS_PCI
# undef BUS_PCI