NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-macppc/53351: Keyboard non-functional in X11 on last gen iBook (PowerBook6,7)
The following reply was made to PR port-macppc/53351; it has been noted by GNATS.
From: Michael <macallan%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-macppc/53351: Keyboard non-functional in X11 on last gen
iBook (PowerBook6,7)
Date: Fri, 8 Jun 2018 19:36:38 -0400
I found the problem. The adbkbd driver can emulate a USB keyboard ( see
sysctl machdep.adbkbd* ), which is turned off by default ( options
ADBKBD_EMUL_USB turns it on by default ), and for some reason the
Xserver identifies the keyboard as USB, even when it sends ADB
scancodes.
Not sure why yet, but a quick workaround is to turn on USB emulation.
( sysctl -w machdep.adbkbd0.emulate_usb=1 )
have fun
Michael
Home |
Main Index |
Thread Index |
Old Index