Module Name: xsrc
Committed By: mrg
Date: Sun Jul 24 01:22:17 UTC 2011
Modified Files:
xsrc/external/mit/xf86-input-mouse/dist/src: bsd_mouse.c
Log Message:
enable MSE_MISC on netbsd as well, otherwise we can't find WSMouse.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c
diff -u xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c:1.1.1.2 xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c:1.2
--- xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c:1.1.1.2 Sun Jul 24 00:38:36 2011
+++ xsrc/external/mit/xf86-input-mouse/dist/src/bsd_mouse.c Sun Jul 24 01:22:16 2011
@@ -98,7 +98,7 @@
SupportedInterfaces(void)
{
#if defined(__NetBSD__)
- return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_AUTO;
+ return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_AUTO | MSE_MISC;
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_AUTO | MSE_MISC;
#else