From owner-freebsd-current@FreeBSD.ORG Tue Jan 5 20:22:12 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A0E5106566B for ; Tue, 5 Jan 2010 20:22:12 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 393E28FC16 for ; Tue, 5 Jan 2010 20:22:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 285847BAF5; Wed, 6 Jan 2010 09:22:10 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id funHnLESsMUL; Wed, 6 Jan 2010 09:22:05 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 6 Jan 2010 09:22:05 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 3B1E711432; Wed, 6 Jan 2010 09:22:05 +1300 (NZDT) Date: Wed, 6 Jan 2010 09:22:05 +1300 From: Andrew Thompson To: Renato Botelho Message-ID: <20100105202205.GA29437@citylink.fud.org.nz> References: <747dc8f31001051046v3fd62732j85b3df10e7db4d8d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <747dc8f31001051046v3fd62732j85b3df10e7db4d8d@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Current Subject: Re: USB stop to identify sun keyboard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 20:22:12 -0000 On Tue, Jan 05, 2010 at 04:46:27PM -0200, Renato Botelho wrote: > Hello Andrew, > > Some months ago I made a patch to usbdevs to identify > Sun type 7 keyboards, you approved and i committed it > as you can see on rev. 190089. > > It was working fine that time, but now I noted it stopped > working, as you can see here: > > ugen0.4: at usbus0 > ukbd0: 4> on usbus0 > kbd2 at ukbd0 > > Any idea what could happen in this meantime? This relies on the USB_VERBOSE kernel option, have you removed it by chance? Andrew