I'm using Apple Wireless Keyboard (JIS) for FreeBSD 10.0-R on amd64 machine. This keyboard has "Kana" and "Eisu" keys that turns on/off input method. I made a patch to handle these keys by bthidd (bluetooth hid daemon). Usually "Zenkaku-Hankaku" key is used to toggle input method. But Apple designed "Kana" key enables input method, and "Eisu" key disables input method, and lost "Zenkaku-Hankaku" key. This patch enables to send these key events to Xorg kbd driver. Fix: Apply this patch. Patch attached with submission follows: How-To-Repeat: Using Apple Wireless Keyboard (JIS) on FreeBSD 10.0-R box.
Responsible Changed From-To: freebsd-bugs->freebsd-wireless Over to maintainer(s).
A commit references this bug: Author: emax Date: Thu Dec 11 18:08:55 UTC 2014 New revision: 275709 URL: https://svnweb.freebsd.org/changeset/base/275709 Log: handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS) PR: 187470 Submitted by: naito.yuichiro MFC after: 1 week Changes: head/usr.sbin/bluetooth/bthidd/kbd.c
To originators/assignees of this PR: A commit to the tree references this PR, however the PR is still in a non-closed state. Please review this PR and close as appropriate, or if closing the PR requires a merge to stable/10, please let re@ know as soon as possible. Thank you. Glen
I checked the patch is commited. Will you merge to stable/10? I want to use the patch on upcomming release. naito.yuichiro
I found r276791 which is MFC r275709. https://svnweb.freebsd.org/base?view=revision&revision=276791 The patch is already merged to stable/10. Thank you. naito.yuichiro