Re: keyboard driver problem?

2011-07-04 Thread ti bugmenot
works well ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: keyboard driver problem?

2011-07-04 Thread Hans Petter Selasky
Hi, I've committed a larger patch to UKBD to make it more HID compliant. Please try the following patch and report back if you see any regression issues with your USB keyboard. http://svn.freebsd.org/changeset/base/223755 --HPS ___ freebsd-current@fr

Re: keyboard driver problem? (new patch)

2011-07-01 Thread Hans Petter Selasky
Hi, Found some bugs in my intial patch. Try this new one. --HPS === ukbd.c == --- ukbd.c (revision 223581) +++ ukbd.c (local) @@ -108,9 +108,10 @@ #define UKBD_IN_BUF_SIZE (2*(UKBD_NMOD + (2*UKBD_NKEYCODE))) /* bytes */ #define UK

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
Hi, Can you try the attached patch and report back? Please also send me your HID descriptor: usbconfig -d X.Y do_request 0x81 0x06 0x2200 0 0x100 --HPS === input/ukbd.c == --- input/ukbd.c (revision 223581) +++ input/ukbd.c (local)

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
On Friday 01 July 2011 16:14:43 Eir Nym wrote: > On 1 July 2011 16:05, Hans Petter Selasky 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-Jan

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
On Friday 01 July 2011 16:14:43 Eir Nym wrote: > On 1 July 2011 16:05, Hans Petter Selasky 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-Jan

Re: keyboard driver problem?

2011-07-01 Thread Eir Nym
On 1 July 2011 16:05, Hans Petter Selasky 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.html >> > > Hi, > > Our USB keyboard driver is

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
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.html > Hi, Our USB keyboard driver is very simple and does not parse the HID descriptors of the

keyboard driver problem?

2011-07-01 Thread ti bugmenot
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.html % uname -a FreeBSD td.local 9.0-CURRENT FreeBSD 9.0-CURRENT #3 r223706M: Fri Jul 1 16:50:12 YEKT 2011 root@td.local:/usr/obj/usr/src/sys/TI amd6

Re: keyboard driver problem?

2011-01-02 Thread too . much . dudes
ukbd_intr_callback:547: actlen=12 bytes ukbd_intr_callback:568: UKBD data: ukbd_intr_callback:575: 0x00 ukbd_intr_callback:575: 0x14 ukbd_intr_callback:575: 0x00 ukbd_intr_callback:575: 0x00 ukbd_intr_callback:575: 0x00 ukbd_intr_callback:575: 0x00 ukbd_intr_callback:575: 0x00 ukbd_intr_callbac

Re: keyboard driver problem?

2011-01-02 Thread Hans Petter Selasky
On Sunday 02 January 2011 15:42:42 too.much.du...@gmail.com wrote: > already tried variants : > offset+=4 && len-=4 > offset+=0 && len-=4 > and yours, but they doesn't have correct effect > (yours variant gives some addition lags: > for example pressing "o" presses Scroll Lock, "h" - WIN_L and etc)

keyboard driver problem?

2011-01-02 Thread too . much . dudes
already tried variants : offset+=4 && len-=4 offset+=0 && len-=4 and yours, but they doesn't have correct effect (yours variant gives some addition lags: for example pressing "o" presses Scroll Lock, "h" - WIN_L and etc) ___ freebsd-current@freebsd.org m

Re: keyboard driver problem?

2011-01-02 Thread Hans Petter Selasky
On Sunday 02 January 2011 15:22:32 I Think wrote: > I've tried already to change both UKBD_NMOD and UKBD_NKEYCODE, but where is > no result. > #define UKBD_NKEYCODE 8 // doesn't work too > > > usbconfig -u 4 -a 2 dump_device_desc dump_curr_config_desc > > ugen4.2: at usbus4, cfg

keyboard driver problem?

2011-01-02 Thread I Think
I've tried already to change both UKBD_NMOD and UKBD_NKEYCODE, but where is no result. #define UKBD_NKEYCODE 8 // doesn't work too > usbconfig -u 4 -a 2 dump_device_desc dump_curr_config_desc ugen4.2: at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescr

Re: keyboard driver problem?

2011-01-02 Thread Hans Petter Selasky
On Sunday 02 January 2011 09:36:06 too.much.du...@gmail.com wrote: > Hello, have problem with A4Tech G7100 wireless combo mouse+keyboard. > Mouse works fine, but keyboard not. It's loading: > ugen4.2: at usbus4 > ukbd1: on usbus4 > but pressing any key doesn't have effect. It works only in one wa

Re: keyboard driver problem?

2011-01-02 Thread Hans Petter Selasky
On Sunday 02 January 2011 09:36:06 too.much.du...@gmail.com wrote: > Hello, have problem with A4Tech G7100 wireless combo mouse+keyboard. > Mouse works fine, but keyboard not. It's loading: > ugen4.2: at usbus4 > ukbd1: on usbus4 > but pressing any key doesn't have effect. It works only in one wa

keyboard driver problem?

2011-01-02 Thread too . much . dudes
Hello, have problem with A4Tech G7100 wireless combo mouse+keyboard. Mouse works fine, but keyboard not. It's loading: ugen4.2: at usbus4 ukbd1: 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