summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2014-12-11 18:08:54 +0000
committeremax <emax@FreeBSD.org>2014-12-11 18:08:54 +0000
commitba602a8c89b608af9cf44ae0ae250c7d7849bc09 (patch)
tree13c42b275c7f1f106419be1221f501c61158ed48 /usr.sbin
parent8eff9f6e5d0a5dea65eadef6d0b12629560eeb30 (diff)
downloadFreeBSD-src-ba602a8c89b608af9cf44ae0ae250c7d7849bc09.zip
FreeBSD-src-ba602a8c89b608af9cf44ae0ae250c7d7849bc09.tar.gz
handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)
PR: 187470 Submitted by: naito.yuichiro MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-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