24 Jul 2012 15:49
[Fwd: Re: Running OpenBSD on an Acer Aspire One 110L netbook]
mlambda <mlambda <at> gmail.com>
2012-07-24 13:49:42 GMT
2012-07-24 13:49:42 GMT
Forwarded to tech, as nobody seemed to notice this on misc.
-------- Forwarded Message --------
> From: mlambda <mlambda <at> gmail.com>
> To: misc <at> openbsd.org
> Subject: Re: Running OpenBSD on an Acer Aspire One 110L netbook
> Date: Tue, 10 Jul 2012 23:52:49 +0200
>
> By the way, are you sure 'pckbd_set_xtscancode' in sys/dev/pckbc/pckbd.c
> is correct?
> This function tries to check for scancode set 3 using
>
>
> cmd[0] = KBC_SETTABLE;
> cmd[1] = 0;
> if (pckbc_poll_cmd(kbctag, kbcslot, cmd, 2, 1, resp, 0)) {
> /*
> * query failed, step down to table 2 to be
> * safe.
> */
> #ifdef DEBUG
> printf("pckbd: table 3 verification failed\n");
> #endif
> continue;
> } else if (resp[0] == 3) {
> #ifdef DEBUG
> printf("pckbd: settling on table 3\n");
> #endif
> break;
> }
(Continue reading)
RSS Feed