Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2011 12:05:24 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        too.much.dudes@gmail.com
Subject:   Re: keyboard driver problem?
Message-ID:  <201101021205.24206.hselasky@c2i.net>
In-Reply-To: <20110102113606.aa72b22d.too.much.dudes@gmail.com>
References:  <20110102113606.aa72b22d.too.much.dudes@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 02 January 2011 09:36:06 too.much.dudes@gmail.com wrote:
> Hello, have problem with A4Tech G7100 wireless combo mouse+keyboard.
> Mouse works fine, but keyboard not. It's loading:
> ugen4.2: <A4TECH> at usbus4
> ukbd1: <A4TECH USB Device, class 0/0, rev 1.10/1.02, addr 2> on usbus4
> but pressing any key doesn't have effect. It works only in one way - if i
> pressing one (any) key and don't releasing it and preessing another key at
> the same time.
> 
> For example to make work key "a" i should press "b" (and don't releasing
> it, use like "shift") and after that pressing key "a". And it works.
> 
> This problem is only in 8.x branch. At Freebsd 7.3, 7.4 it works ok.
> I think the problem is in new ukbd-driver, when i press 'q' key, debug


In sys/dev/usb/input/ukbd.c, you could try to redefine this variable to 8.

#define UKBD_NKEYCODE                 6 /* units */

--HPS



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