Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2009 18:53:13 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Yoshihiro Ota <ota@j.email.ne.jp>
Cc:        freebsd-current@freebsd.org
Subject:   Re: USB2 - keyboard error
Message-ID:  <200902141853.14366.hselasky@c2i.net>
In-Reply-To: <20090214124727.82638653.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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 14 February 2009, Yoshihiro Ota wrote:
> On Sat, 14 Feb 2009 17:59:26 +0100
>
> Hans Petter Selasky <hselasky@c2i.net> wrote:
> > Hi,
> >
> > I've looked at the USB code and I cannot find anything wrong. To get more
> > debugging:
> >
> > sysctl hw.usb2.ukbd.debug=15
> >
> > If you press num-lock, does the num-lock led turn on/off ?
> >
> > Is the behaviour the same for other USB keyboards ?
> >
> > --HPS
>

Hi,

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902141853.14366.hselasky>