summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorpeter <peter@NetBSD.org>2006-06-27 10:42:41 +0000
committerpeter <peter@NetBSD.org>2006-06-27 10:42:41 +0000
commit94ebfefbcd11ebb4eafa9c949b431f0441323497 (patch)
tree5a383c2b2fa714214874d994dbf1d273e693b4ee /sys/dev
parent9021894476d2fb128e002ed7fad08afbf060cd3d (diff)
Set the jornada 720 volume up/down and play buttons to ignore
instead of unknown.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hpc/hpckbdkeymap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/hpc/hpckbdkeymap.h b/sys/dev/hpc/hpckbdkeymap.h
index da82f6861ee..50debe39821 100644
--- a/sys/dev/hpc/hpckbdkeymap.h
+++ b/sys/dev/hpc/hpckbdkeymap.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hpckbdkeymap.h,v 1.42 2006/04/08 15:03:19 peter Exp $ */
+/* $NetBSD: hpckbdkeymap.h,v 1.43 2006/06/27 10:42:41 peter Exp $ */
/*-
* Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@@ -777,7 +777,7 @@ const int persona_hpw200ec_special_keymap[] = {
/* Japanese */
const uint8_t jornada7xx_jp_keytrans[] = {
/* 00 */ UNK, 1 , 59 , 60 , 61 , 62 , 63 , 64 ,
-/* 08 */ 65 , 66 , 67 , 112, 41 , UNK, UNK, UNK,
+/* 08 */ 65 , 66 , 67 , 112, 41 , IGN, IGN, IGN,
/* 10 */ UNK, 2 , 3 , 4 , 5 , 6 , 7 , 8 ,
/* 18 */ 9 , 10 , 11 , 12 , 13 , UNK, UNK, UNK,
/* 20 */ UNK, 16 , 17 , 18 , 19 , 20 , 21 , 22 ,
@@ -797,7 +797,7 @@ const uint8_t jornada7xx_jp_keytrans[] = {
/* US/UK - Fn to the left of the space bar and missing few keys */
const uint8_t jornada7xx_us_keytrans[] = {
/* 00 */ UNK, 1 , 59 , 60 , 61 , 62 , 63 , 64 ,
-/* 08 */ 65 , 66 , 67 , 68 , 87 , UNK, UNK, UNK,
+/* 08 */ 65 , 66 , 67 , 68 , 87 , IGN, IGN, IGN,
/* 10 */ UNK, 2 , 3 , 4 , 5 , 6 , 7 , 8 ,
/* 18 */ 9 , 10 , 11 , 12 , 13 , UNK, UNK, UNK,
/* 20 */ UNK, 16 , 17 , 18 , 19 , 20 , 21 , 22 ,
@@ -817,7 +817,7 @@ const uint8_t jornada7xx_us_keytrans[] = {
/* International - AltGr to the right and extra keys in three middle rows */
const uint8_t jornada7xx_intl_keytrans[] = {
/* 00 */ UNK, 1 , 59 , 60 , 61 , 62 , 63 , 64 ,
-/* 08 */ 65 , 66 , 67 , 68 , 87 , UNK, UNK, UNK,
+/* 08 */ 65 , 66 , 67 , 68 , 87 , IGN, IGN, IGN,
/* 10 */ UNK, 2 , 3 , 4 , 5 , 6 , 7 , 8 ,
/* 18 */ 9 , 10 , 11 , 12 , 13 , UNK, UNK, UNK,
/* 20 */ UNK, 16 , 17 , 18 , 19 , 20 , 21 , 22 ,