Summary: | hwdb: micmute button not working on Plantronics .Audio 626 DSP headset | ||
---|---|---|---|
Product: | systemd | Reporter: | Francois Marier <francois> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | keymap rule which fixes the micmute button |
Description
Francois Marier
2014-06-01 03:38:53 UTC
Converted for the hwdb and applied as http://cgit.freedesktop.org/systemd/systemd/commit/?id=9e3dbf6b. Please check that it works properly. (In reply to comment #1) > Converted for the hwdb and applied as > http://cgit.freedesktop.org/systemd/systemd/commit/?id=9e3dbf6b. Please > check that it works properly. The 'f' needs to be an 'F'? Oops, thanks for catching this. BTW., I used F20 because some other entry uses it. But now I see that input.h has KEY_MICMUTE = 248. Shouldn't this be used instead in both cases? FTR: The "F20" assignment for "mic mute" was done in X.org in https://bugs.freedesktop.org/show_bug.cgi?id=54171 . Apparently at a time when KEY_MICMUTE either did not yet exist in the kernel's input.h or it had a key code > 255 so that X.org couldn't handle it. So we first need to adjust xkeyboard-config to also recognize KEY_MICMUTE as XF86AudioMicMute, and after that has been out in the wild for some time, switch the keymaps away from F20. But that would mean a regression for people who still have an older xkeyboard-config, so I propose we keep F20 for at least a year or so. I also left a comment in bug 54171 about that. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.