Subject: Re: B&W G3 keyboard problems
To: Christian Groessler <cpg@aladdin.de>
From: Bob Nestor <rnestor@augustmail.com>
List: port-macppc
Date: 04/04/2001 18:41:33
cpg@aladdin.de

>when I use a PC type generic USB keyboard with my G3, it works fine.
>When I use the keyboard from Apple which came with the machine, I've
>got a problem:
>
>After booting the first character typed repeats endlessly.

Is it possible the problem isn't in the USB code but in the code that 
handles OF or some general keyboard handling code?  The reason I bring 
this up is that replacing the USB keyboard and mouse with an ADB one on 
my B&W G3 yields the error:

  method <'adb-kbd-ihandle> not found;

But with the USB keyboard I get:

  method <'usb-kbd-ihandle> not found;

In both cases the keyboards are dead.

-bob