summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:25 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:25 +0000
commitdcc03ba32debfb3bf1dcc7da024ad8199bd71d50 (patch)
tree7ec0da199818630eec27e265c424170a430fa0bf
parent5d8fba55f40bef3e4e8aa70a86ed0bfd001145c7 (diff)
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
-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