Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2011 16:42:30 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        Eir Nym <eirnym@gmail.com>, ti bugmenot <ti.bugmenot@gmail.com>
Subject:   Re: keyboard driver problem?
Message-ID:  <201107011642.30180.hselasky@c2i.net>
In-Reply-To: <BANLkTinTuMnMwQRo41%2B_h8oTqAh5N=EpXg@mail.gmail.com>
References:  <BANLkTikdvV365dJSDy4mEpdFTroEUUsUuw@mail.gmail.com> <201107011405.41569.hselasky@c2i.net> <BANLkTinTuMnMwQRo41%2B_h8oTqAh5N=EpXg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 01 July 2011 16:14:43 Eir Nym wrote:
> On 1 July 2011 16:05, Hans Petter Selasky <hselasky@c2i.net> wrote:
> > On Friday 01 July 2011 13:21:35 ti bugmenot wrote:
> >> I met with the same problem. I do not know how to solve this problem:
> >> 
> >> http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022022.h
> >> tml
> > 
> > Hi,
> > 
> > Our USB keyboard driver is very simple and does not parse the HID
> > descriptors of the keyboard. Maybe that is the reason it is not working.
> > 
> > 
> > Try to set the "UQ_KBD_BOOTPROTO" for your keyboard.
> > 
> > usbconfig -d X.Y add_quirk UQ_KBD_BOOTPROTO
> > 
> > Replug keyboard.
> 
> I have same with MS USB keyboard (only numlock, capslock are working).
> r221858 doesn't have this bug(?)
> 

Try to dump the HID descriptor of your device:

usbconfig -d X.Y do_request 0x81 0x06 0x2200 0 0x100

That might be helpful.

--HPS



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