diff options
author | Maksim Yevmenkin <emax@FreeBSD.org> | 2014-12-11 18:08:54 +0000 |
---|---|---|
committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2014-12-11 18:08:54 +0000 |
commit | 3cf34fa5f7c20a987eae80f23eaa8d4f694241e9 (patch) | |
tree | 13c42b275c7f1f106419be1221f501c61158ed48 | |
parent | 619764beab3a499a132e311e96c6456944b389a8 (diff) |
Notes
-rw-r--r-- | usr.sbin/bluetooth/bthidd/kbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/bthidd/kbd.c b/usr.sbin/bluetooth/bthidd/kbd.c index b5bdfe16e70f..20b627847a02 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 */ |