Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/macppc/conf Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/8a126badeca7
branches: netbsd-8
changeset: 435063:8a126badeca7
user: martin <martin%NetBSD.org@localhost>
date: Thu Jun 14 20:01:28 2018 +0000
description:
Pull up following revision(s) (requested by macallan in ticket #880):
sys/arch/macppc/conf/std.macppc: revision 1.24
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 58045c8c7451 -r 8a126badeca7 sys/arch/macppc/conf/std.macppc
--- a/sys/arch/macppc/conf/std.macppc Thu Jun 14 19:59:18 2018 +0000
+++ b/sys/arch/macppc/conf/std.macppc Thu Jun 14 20:01:28 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.23.58.1 2018/06/14 20:01:28 martin 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