From d7a96dd6f18e54c26fc5881772d033ac078db3a1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 6 Jul 2006 17:39:14 -0400 Subject: [PATCH] Switch the default mouse device on Linux to /dev/input/mice. --- hw/xfree86/os-support/linux/lnx_mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"