summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-09-06 10:18:34 +0000
committermpi <mpi@openbsd.org>2014-09-06 10:18:34 +0000
commitae0c6268eb7fcbe92ca9165de050f2d07e7cbba3 (patch)
tree0ca2330900b77d9505c56fc4fd672581098fb351 /sys/dev/adb
parentRewrite cpu_idle & friends to not check and update the hid0 register (diff)
downloadwireguard-openbsd-ae0c6268eb7fcbe92ca9165de050f2d07e7cbba3.tar.xz
wireguard-openbsd-ae0c6268eb7fcbe92ca9165de050f2d07e7cbba3.zip
Magical sequences to ender ddb(4) from an ADB keyboard.
This is possible now that the idle (sleeping) flag is cleared by the deliberate ddb entry. ok miod@
Diffstat (limited to 'sys/dev/adb')
-rw-r--r--sys/dev/adb/akbdmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/adb/akbdmap.h b/sys/dev/adb/akbdmap.h
index fa503e8286d..798e3338869 100644
--- a/sys/dev/adb/akbdmap.h
+++ b/sys/dev/adb/akbdmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: akbdmap.h,v 1.9 2013/05/31 15:37:04 mpi Exp $ */
+/* $OpenBSD: akbdmap.h,v 1.10 2014/09/06 10:18:34 mpi Exp $ */
/* $NetBSD: akbdmap.h,v 1.7 2005/05/05 22:29:41 abs Exp $ */
/*-
@@ -222,9 +222,9 @@ static const keysym_t akbd_keydesc_us[] = {
KC(48), KS_Tab,
KC(49), KS_space,
KC(50), KS_grave, KS_asciitilde,
- KC(51), KS_Delete,
+ KC(51), KS_Cmd_ResetEmul, KS_Delete,
KC(52), KS_KP_Enter,
- KC(53), KS_Escape,
+ KC(53), KS_Cmd_Debugger, KS_Escape,
KC(54), KS_Cmd1, KS_Control_L,
KC(55), KS_Cmd2, KS_Alt_L, /* Command */
KC(56), KS_Shift_L,