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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"