Date: Mon, 24 Dec 2001 14:04:04 -0600 From: William Ward <wardd@mobycarp.org> To: stable@freebsd.org, current@freebsd.org Subject: Add USB mouse to sysinstall Message-ID: <20011224140404.A18116@mobycarp.org>
next in thread | raw e-mail | index | archive | help
Is /dev/ums0 ommitted from sysinstall for any particular reason? This patch adds /dev/ums0 to sysinstall::Configure->Mouse->Port. Patch to /usr/src/release/sysinstall/menus.c. *** menus.c Mon Dec 24 13:55:49 2001 --- menus.c.old Mon Dec 24 13:54:18 2001 *************** *** 387,394 **** dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/cuaa3" }, { "6 BusMouse", "Logitech, ATI or MS bus mouse (/dev/mse0)", dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/mse0" }, - { "7 USBMouse", "USB Mouse (/dev/ums0)", - dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/ums0" }, { NULL } }, }; --- 387,392 ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011224140404.A18116>