Jornada 720: change key 127 to KEY_SPECIAL_OFF.

This commit is contained in:
peter 2006-10-07 14:03:12 +00:00
parent 58b4265bc6
commit d0109f306b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpckbdkeymap.h,v 1.44 2006/09/24 18:34:41 peter Exp $ */
/* $NetBSD: hpckbdkeymap.h,v 1.45 2006/10/07 14:03:12 peter Exp $ */
/*-
* Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@ -835,8 +835,8 @@ const uint8_t jornada7xx_intl_keytrans[] = {
};
const int jornada7xx_special_keymap[] = {
[KEY_SPECIAL_OFF] = -1,
[KEY_SPECIAL_LIGHT] = 127
[KEY_SPECIAL_OFF] = 127,
[KEY_SPECIAL_LIGHT] = -1
};
#endif /* hpcarm */