summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2015-01-07 20:01:15 +0000
committeremax <emax@FreeBSD.org>2015-01-07 20:01:15 +0000
commit355ebe62bd2ba0d8fc02e3d12cb6d8e651895006 (patch)
tree851455761fe692f1b9d456f6b5a09a50f947bfcf /usr.sbin/bluetooth
parent11ccf0efe9b29f3355cb67f3384b1b2f49bd9ef1 (diff)
downloadFreeBSD-src-355ebe62bd2ba0d8fc02e3d12cb6d8e651895006.zip
FreeBSD-src-355ebe62bd2ba0d8fc02e3d12cb6d8e651895006.tar.gz
MFC r275709
handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS) PR: 187470 Submitted by: naito.yuichiro
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 b5bdfe1..20b6278 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 */ NOBREAK|0xF2, /* None */
-/* Keyboard Lang 2 91 */ NOBREAK|0xF1, /* None */
+/* Keyboard Lang 1 90 */ 0x71, /* eisu */
+/* Keyboard Lang 2 91 */ 0x72, /* kana */
/* Keyboard Lang 3 92 */ 0x78, /* F8 */
/* Keyboard Lang 4 93 */ 0x77, /* F7 */
/* Keyboard Lang 5 94 */ 0x76, /* F6 */
OpenPOWER on IntegriCloud