Switch the default mouse device on Linux to /dev/input/mice.

This commit is contained in:
Adam Jackson 2006-07-06 17:39:14 -04:00
parent 8d07ee070e
commit d7a96dd6f1

View File

@ -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"