aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2015-11-21 21:14:16 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2015-11-21 21:14:16 +0000
commitd6c536336053f02f4dff8f6c4ff7c73baa97e45b (patch)
treea208c2f5ecbcf3c4be02e1a541deb6e6388c6181
parent4187a96543a811e87881c98bfac281195c552b67 (diff)
downloadsrc-d6c536336053f02f4dff8f6c4ff7c73baa97e45b.tar.gz
src-d6c536336053f02f4dff8f6c4ff7c73baa97e45b.zip
Fix scancodes for Kana and Eisu keys.
PR: 204709 Submitted by: naito.yuichiro@gmail.com MFC after: 3 days
Notes
Notes: svn path=/head/; revision=291145
-rw-r--r--usr.sbin/bluetooth/bthidd/kbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/bthidd/kbd.c b/usr.sbin/bluetooth/bthidd/kbd.c
index e570b80863f7..cd9f70b1525a 100644
--- a/usr.sbin/bluetooth/bthidd/kbd.c
+++ b/usr.sbin/bluetooth/bthidd/kbd.c
@@ -226,8 +226,8 @@ static int32_t const x[] =
/* Keyboard Int'l 7 8D */ -1, /* Unassigned */
/* Keyboard Int'l 8 8E */ -1, /* Unassigned */
/* Keyboard Int'l 9 8F */ -1, /* Unassigned */
-/* Keyboard Lang 1 90 */ 0x71, /* eisu */
-/* Keyboard Lang 2 91 */ 0x72, /* kana */
+/* Keyboard Lang 1 90 */ 0x71, /* Kana */
+/* Keyboard Lang 2 91 */ 0x72, /* Eisu */
/* Keyboard Lang 3 92 */ 0x78, /* F8 */
/* Keyboard Lang 4 93 */ 0x77, /* F7 */
/* Keyboard Lang 5 94 */ 0x76, /* F6 */