[Bug 247292] evdev: Enable to use 'Eisu' & 'Kana' keys via Bluetooth

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 16 01:17:43 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247292

            Bug ID: 247292
           Summary: evdev: Enable to use 'Eisu' & 'Kana' keys via
                    Bluetooth
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: naito.yuichiro at gmail.com

Created attachment 215595
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215595&action=edit
evdev.patch

Modern Xorg reads key events from /dev/input/? via libinput.
Due to lack of conversion table entry in evdev,
I can't use 'Eisu' & 'Kana' keys of Apple Wireless Keyboard JIS.

These keys are assigned to same scan code of 'Hangul_Hanja' & 'Hangul' by
Apple.
Evdev already has 'Hangul_Hanja' & 'Hangul' entry in USB scan code map.
So I added same key code in set1 scan code map.

Please apply to attached 'evdev.patch' to head source tree.
I also want to MFC to stable-12.
Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list