summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/ps2.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-08-02 16:15:02 +0000
committerKeith Packard <keithp@keithp.com>2002-08-02 16:15:02 +0000
commitcf49ce6f26caee30f4160e6e0b2b658863e7a145 (patch)
treee14f7b1458536cd27305f28812f75ca212d09f5c /hw/kdrive/linux/ps2.c
parent1a5f923c62dcffb3a81c6532f3dc071c70345cb3 (diff)
Allow both touchscreen and mouse at the same time
Diffstat (limited to 'hw/kdrive/linux/ps2.c')
-rw-r--r--hw/kdrive/linux/ps2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/linux/ps2.c b/hw/kdrive/linux/ps2.c
index a3fc712a3..d5e83a8cf 100644
--- a/hw/kdrive/linux/ps2.c
+++ b/hw/kdrive/linux/ps2.c
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/Xserver/hw/kdrive/linux/ps2.c,v 1.5 2001/06/29 14:00:41 keithp Exp $
+ * $XFree86: xc/programs/Xserver/hw/kdrive/linux/ps2.c,v 1.6 2001/10/12 06:33:10 keithp Exp $
*
* Copyright © 1999 Keith Packard
*
@@ -62,7 +62,7 @@ Ps2ReadBytes (int fd, char *buf, int len, int min)
char *Ps2Names[] = {
"/dev/psaux",
- "/dev/mouse",
+/* "/dev/mouse", */
"/dev/input/mice",
};