summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-11-24 12:25:34 +0000
committerhselasky <hselasky@FreeBSD.org>2015-11-24 12:25:34 +0000
commitfd44bd05b4436ba25e5f5666c5194113fe5f108d (patch)
treeee479a61e13db759997dd1c2217158b559cc8351 /usr.sbin/bluetooth
parent9f479eb2b67a06d44bb4b3ed657dbbb655ba4f27 (diff)
downloadFreeBSD-src-fd44bd05b4436ba25e5f5666c5194113fe5f108d.zip
FreeBSD-src-fd44bd05b4436ba25e5f5666c5194113fe5f108d.tar.gz
MFC r291145:
Fix scancodes for Kana and Eisu keys. PR: 204709
Diffstat (limited to 'usr.sbin/bluetooth')
-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 20b6278..deab715 100644
--- a/usr.sbin/bluetooth/bthidd/kbd.c
+++ b/usr.sbin/bluetooth/bthidd/kbd.c
@@ -225,8 +225,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 */
OpenPOWER on IntegriCloud