Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf set options ADBKBD_EMUL_USB by default



details:   https://anonhg.NetBSD.org/src/rev/bfdeca162253
branches:  trunk
changeset: 319738:bfdeca162253
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Jun 09 02:25:52 2018 +0000

description:
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

diffstat:

 sys/arch/macppc/conf/std.macppc |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e469f115c1f1 -r bfdeca162253 sys/arch/macppc/conf/std.macppc
--- a/sys/arch/macppc/conf/std.macppc   Sat Jun 09 01:17:35 2018 +0000
+++ b/sys/arch/macppc/conf/std.macppc   Sat Jun 09 02:25:52 2018 +0000
@@ -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        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"



Home | Main Index | Thread Index | Old Index