summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/mac
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2001-06-29 16:22:12 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2001-06-29 16:22:12 +0000
commit14fc7fb0efdc8084e579e03cc63802d7d6de47a2 (patch)
tree50a555767ba8b2609f68666429301a9c9acab52f /sys/arch/powerpc/mac
parent23702d89ae57f40ec0e03e5f7a94452779051f16 (diff)
Add kbd info for iBook. -moj
Diffstat (limited to 'sys/arch/powerpc/mac')
-rw-r--r--sys/arch/powerpc/mac/akbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc/mac/akbd.c b/sys/arch/powerpc/mac/akbd.c
index 08483ea8b44..e2967f7e8f8 100644
--- a/sys/arch/powerpc/mac/akbd.c
+++ b/sys/arch/powerpc/mac/akbd.c
@@ -227,6 +227,8 @@ akbdattach(parent, self, aux)
case ADB_PBG3JPKBD:
printf("PowerBook G3 keyboard (Japanese layout)\n");
break;
+ case ADB_IBITISOKBD:
+ printf("iBook keyboard with inverted T (ISO layout)\n");
default:
printf("mapped device (%d)\n", sc->handler_id);
break;