From 94ebfefbcd11ebb4eafa9c949b431f0441323497 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 27 Jun 2006 10:42:41 +0000 Subject: [PATCH] Set the jornada 720 volume up/down and play buttons to ignore instead of unknown. --- sys/dev/hpc/hpckbdkeymap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/hpc/hpckbdkeymap.h b/sys/dev/hpc/hpckbdkeymap.h index da82f6861eee..50debe398217 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 ,