summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux/lnx_mouse.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2006-07-06 17:39:14 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2006-07-06 17:39:14 -0400
commitd7a96dd6f18e54c26fc5881772d033ac078db3a1 (patch)
treea3417d44b2ac9ccf4382bb35ecef6c7d62d942b5 /hw/xfree86/os-support/linux/lnx_mouse.c
parent8d07ee070ecf0d403d9d27c80764d343b80af6f0 (diff)
Switch the default mouse device on Linux to /dev/input/mice.
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_mouse.c')
-rw-r--r--hw/xfree86/os-support/linux/lnx_mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_mouse.c b/hw/xfree86/os-support/linux/lnx_mouse.c
index afd216028..ae4bdddc0 100644
--- a/hw/xfree86/os-support/linux/lnx_mouse.c
+++ b/hw/xfree86/os-support/linux/lnx_mouse.c
@@ -29,7 +29,7 @@ DefaultProtocol(void)
return "Auto";
}
-#define DEFAULT_MOUSE_DEV "/dev/mouse"
+#define DEFAULT_MOUSE_DEV "/dev/input/mice"
#define DEFAULT_PS2_DEV "/dev/psaux"
#define DEFAULT_GPM_DATA_DEV "/dev/gpmdata"
#define DEFAULT_GPM_CTL_DEV "/dev/gpmdata"