Subject: Re: Extended ADB Protocol
To: Bill Studenmund <wrstuden@loki.stanford.edu>
From: John P. Wittkoski <jpw@netscape.com>
List: port-mac68k
Date: 09/23/1996 11:25:30
Bill Studenmund wrote:
> Some of them (mine, for example) work even under NetBSD. Here's what booting
> says is on my mac:
>
> adb: keyboard at 2
> adb: 100 dpi mouse at 3
> adb: extended keyboard at 15
>
> The keyboard at adb 2 is a fake; it's really part of the mouse. So the mouse
> will send option-left or option-right when I press a key. It'll send it via
> the keyboard at 2.
I will have to look at the kernel source, but I think that the
fake keyboard at #2 sends only up/down "key1" and up/down "key2" and
the kernel maps these to option-left and option-right.
--John