From owner-freebsd-bugs Mon Feb 18 12:10:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39C3637B417 for ; Mon, 18 Feb 2002 12:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1IKA2w49082; Mon, 18 Feb 2002 12:10:02 -0800 (PST) (envelope-from gnats) Received: from clever.eusc.inter.net (clever.eusc.inter.net [213.73.101.4]) by hub.freebsd.org (Postfix) with ESMTP id 8982437B405 for ; Mon, 18 Feb 2002 12:09:20 -0800 (PST) Received: from tc08-n66-164.de.inter.net ([213.73.66.164] helo=there) by clever.eusc.inter.net with smtp (Exim 3.22 #3) id 16cu6B-0004m6-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Feb 2002 21:09:19 +0100 Message-Id: Date: Mon, 18 Feb 2002 21:09:18 +0100 From: Matthias Schuendehuette Reply-To: msch@snafu.de To: FreeBSD-gnats-submit@freebsd.org Subject: misc/35088: USB-Mouse configuration with sysinstall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35088 >Category: misc >Synopsis: USB-Mouse configuration with sysinstall >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 18 12:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthias Schuendehuette >Release: FreeBSD 4.5-STABLE i386 >Organization: Private site running FreeBSD-STABLE >Environment: System: FreeBSD mscu.best-eng.de 4.5-STABLE FreeBSD 4.5-STABLE #8: Sat Feb 16 12:27:43 CET 2002 root@mscu.best-eng.de:/raid/obj/usr/src/sys/MSCU i386 >Description: It is not possible to configure FreeBSD during installation with '/stand/sysinstall' to use a mouse connected to an USB-Port >How-To-Repeat: Use /stand/sysinstall -> Configure -> Mouse -> Port there's no option for an USB-Mouse >Fix: --- src/release/sysinstall/menus.c.old Sun Feb 17 13:24:55 2002 +++ src/release/sysinstall/menus.c Sun Feb 17 13:29:06 2002 @@ -377,15 +377,13 @@ NULL, { { "1 PS/2", "PS/2 style mouse (/dev/psm0)", dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/psm0" }, - { "2 COM1", "Serial mouse on COM1 (/dev/cuaa0)", + { "2 USB", "Mouse on USB (/dev/ums0)", + dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/ums0" }, + { "3 COM1", "Serial mouse on COM1 (/dev/cuaa0)", dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/cuaa0" }, - { "3 COM2", "Serial mouse on COM2 (/dev/cuaa1)", + { "4 COM2", "Serial mouse on COM2 (/dev/cuaa1)", dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/cuaa1" }, - { "4 COM3", "Serial mouse on COM3 (/dev/cuaa2)", - dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/cuaa2" }, - { "5 COM4", "Serial mouse on COM4 (/dev/cuaa3)", - dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/cuaa3" }, - { "6 BusMouse", "Logitech, ATI or MS bus mouse (/dev/mse0)", + { "5 BusMouse", "Logitech, ATI or MS bus mouse (/dev/mse0)", dmenuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/mse0" }, { NULL } }, }; -- *************************************************************************** * Matthias Schuendehuette msch@snafu.de * * Solmsstrasse 44 * * D-10961 Berlin Engineering Systems Support and Operation * * Germany (Powered by FreeBSD 4.5-STABLE) * *************************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message