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 make us.apple the default USB keyboard ...



details:   https://anonhg.NetBSD.org/src/rev/15a2e9049b8e
branches:  trunk
changeset: 943295:15a2e9049b8e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Aug 29 23:00:10 2020 +0000

description:
make us.apple the default USB keyboard layout

diffstat:

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

diffs (17 lines):

diff -r a90b5ee9ed2c -r 15a2e9049b8e sys/arch/macppc/conf/std.macppc
--- a/sys/arch/macppc/conf/std.macppc   Sat Aug 29 22:50:27 2020 +0000
+++ b/sys/arch/macppc/conf/std.macppc   Sat Aug 29 23:00:10 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.macppc,v 1.24 2018/06/09 02:25:52 macallan Exp $
+#      $NetBSD: std.macppc,v 1.25 2020/08/29 23:00:10 macallan Exp $
 #
 # Standard/required options for NetBSD/macppc.
 
@@ -21,6 +21,7 @@
 # HID devices - for them to coexist on the same mux we tell the adbkbd driver
 # pose as a USB keyboard
 options        ADBKBD_EMUL_USB
+options        UKBD_LAYOUT="(KB_US | KB_APPLE)"  # for ukbd driver
 
 # Atheros HAL options
 include "external/isc/atheros_hal/conf/std.ath_hal"



Home | Main Index | Thread Index | Old Index