Date: Mon, 17 Aug 2009 22:51:05 -0400 From: Yoshihiro Ota <ota@j.email.ne.jp> To: Hans Petter Selasky <hselasky@c2i.net>, freebsd-current@freebsd.org Subject: Re: USB2 - keyboard error 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <ota@j.email.ne.jp> wrote: > On Sat, 14 Feb 2009 13:04:26 -0500 > Yoshihiro Ota <ota@j.email.ne.jp> wrote: > > > On Sat, 14 Feb 2009 18:53:13 +0100 > > Hans Petter Selasky <hselasky@c2i.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090817225105.88fa579d.ota>