Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 01:17:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247292] evdev: Enable to use 'Eisu' & 'Kana' keys via Bluetooth
Message-ID:  <bug-247292-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247292

            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@FreeBSD.org
          Reporter: naito.yuichiro@gmail.com

Created attachment 215595
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D215595&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247292-227>