Bug 671574
Summary: | [RFE] Add support for Remote Controller keymaps | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mauro Carvalho Chehab <mchehab> |
Component: | xorg-x11-drv-evdev | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 14 | CC: | bnocera, jarod, lwang, xgl-maint |
Target Milestone: | --- | Keywords: | Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-26 06:10:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Attachments: |
Created attachment 474703 [details]
Script used to generate the evdev keymap
This is the script I used to generate the key translations used on the previous patch. It has some code that will also help to create a xkb keymap for the device, but that part is still incomplete.
Created attachment 475445 [details] Patch against xf86-input-evdev-2.5.0.tar.bz2 It probably helps to analize the patch against the upstream evdev. As the patch were written for Fedora 14, it applies to upstream version 2.5.0. Some small changes are needed for it to work with version 2.6.0. This bug was filed against Fedora 14 which is now EOL. Please re-open this bug if you still experience this issue with one of the currently suppported versions of Fedora. Don't forget to update the version field if you do so. |
Created attachment 474699 [details] Add support for Remote Controllers and adds a mapping that works for all currently defined remote controllers Description of problem: Currently, X discards all keycodes upper than 247. As most Remote Controller keycodes fit on this category, xorg-x11-drv-evdev silently discards those codes. Version-Release number of selected component (if applicable): This applies to all versions of X11/Xorg. I'm working on some patches that will allow receiving those events on X applications.