Date: Mon, 10 Dec 2001 14:12:23 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c Message-ID: <200112102212.fBAMCNn47958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/12/10 14:12:23 PST Modified files: usr.sbin/sysinstall install.c Log: Fix the mouse question again to only run the mouse menu if a user doesn't have a USB mouse. Here's the deal on how this works: USB mouse have moused run for them automatically by usbd so we don't need to setup moused for them. We do need to setup moused for other mice though, so if the user has a USB mouse, we don't need to do anything. Hence the wording "Do you have a non-USB mouse installed?" for the question. The question can be reworded as "Do you have a PS/2 or Serial mouse installed?" instead if that is preferred. Revision Changes Path 1.314 +1 -1 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112102212.fBAMCNn47958>