From owner-cvs-all@FreeBSD.ORG Wed Sep 1 00:15:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BA116A4CE; Wed, 1 Sep 2004 00:15:27 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1161B43D46; Wed, 1 Sep 2004 00:15:26 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i810F2sI073614; Tue, 31 Aug 2004 18:15:02 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <413513FB.20505@samsco.org> Date: Tue, 31 Aug 2004 18:12:43 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <200409010008.i8108Fxq081685@repoman.freebsd.org> In-Reply-To: <200409010008.i8108Fxq081685@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc devd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 00:15:27 -0000 Brooks Davis wrote: > brooks 2004-09-01 00:08:15 UTC > > FreeBSD src repository > > Modified files: > etc devd.conf > Log: > When an USB keyboard is plugged in to a machine with a builtin keyboard, > cause the USB keyboard to take over from the builtin one. This means my > laptop just works when I'm using it as a desktop. > > Reviewed by: imp > > Revision Changes Path > 1.15 +10 -0 src/etc/devd.conf What happens when you boot into single-user mode? Is this case handled correctly? Come to think of it, I haven't had any problems with the USB keyboard on my amd64 system and 6-CURRENT. Is there a specific degenerate case here? Scott