From owner-freebsd-current@FreeBSD.ORG Tue Aug 18 02:51:11 2009 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 F24941065672 for ; Tue, 18 Aug 2009 02:51:11 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id C3BE38FC43 for ; Tue, 18 Aug 2009 02:51:11 +0000 (UTC) Received: from localhost (pool-70-20-219-14.phil.east.verizon.net [70.20.219.14]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id B61DD8234E; Tue, 18 Aug 2009 11:51:09 +0900 (JST) Date: Mon, 17 Aug 2009 22:51:05 -0400 From: Yoshihiro Ota To: Hans Petter Selasky , freebsd-current@freebsd.org Message-Id: <20090817225105.88fa579d.ota@j.email.ne.jp> In-Reply-To: <20090214133457.e47df9b5.ota@j.email.ne.jp> References: <20090213204112.7b982402.ota@j.email.ne.jp> <200902141759.27816.hselasky@c2i.net> <20090214124727.82638653.ota@j.email.ne.jp> <200902141853.14366.hselasky@c2i.net> <20090214130426.5265143b.ota@j.email.ne.jp> <20090214133457.e47df9b5.ota@j.email.ne.jp> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: USB2 - keyboard error 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, 18 Aug 2009 02:51:12 -0000 Hi all and Hans, After switching code base for 8 release, I realized problems with my keyboard. The work-around described below fixed my problems. Could you be able to incorporate fix for this? Thanks, Hiro On Sat, 14 Feb 2009 13:34:57 -0500 Yoshihiro Ota wrote: > On Sat, 14 Feb 2009 13:04:26 -0500 > Yoshihiro Ota wrote: > > > On Sat, 14 Feb 2009 18:53:13 +0100 > > Hans Petter Selasky wrote: > > > > > What I can offer is to add a USB quirk that disables the setting of the leds. > > > Then you can add this by usbconfig for example. > > > > > > Try adding a return before the switch() in "ukbd_set_leds_callback()" and see > > > if the keyboard works like expected. > > > > > > BTW: Do leds work with USB1 ? > > > > > > --HPS > > > > I will try to add a return before the switch. > > > > Keyboard works fine with USB1; I never had problems. > > > > By the way, what is "leds"? > > > > Thanks, > > Hiro > > After I added a return before the switch in the function, the USB keyboard > started working fine. One minor finding is that its caps-lock right doesn't > turn on. 'Caps-lock' itself is working, making to UPPER cases. > > Hiro