Module Name: src
Committed By: macallan
Date: Sat Jun 9 02:25:52 UTC 2018
Modified Files:
src/sys/arch/macppc/conf: std.macppc
Log Message:
set options ADBKBD_EMUL_USB by default
With this ADB and USB keyboards can coexist on the same mux, as needed by
built-in Bluetooth modules on some *Books
should fix PR53351
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/macppc/conf/std.macppc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/conf/std.macppc
diff -u src/sys/arch/macppc/conf/std.macppc:1.23 src/sys/arch/macppc/conf/std.macppc:1.24
--- src/sys/arch/macppc/conf/std.macppc:1.23 Thu Dec 11 05:42:18 2008
+++ src/sys/arch/macppc/conf/std.macppc Sat Jun 9 02:25:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: std.macppc,v 1.23 2008/12/11 05:42:18 alc Exp $
+# $NetBSD: std.macppc,v 1.24 2018/06/09 02:25:52 macallan Exp $
#
# Standard/required options for NetBSD/macppc.
@@ -17,5 +17,10 @@ options EXEC_SCRIPT # shell script supp
options INTSTK=0x2000
+# some *Books have both ADB keyboards and Bluetooth modules which pose as USB
+# HID devices - for them to coexist on the same mux we tell the adbkbd driver
+# pose as a USB keyboard
+options ADBKBD_EMUL_USB
+
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"