Bug 334781
| Summary: | ACPI brightness keys broken in kernel 2.6.23-6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Danny Baumann <dannybaumann> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | katzj |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.6.23.9-85.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-12-20 19:56:18 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: | |||
|
Description
Danny Baumann
2007-10-16 16:47:15 UTC
Is there anything in dmesg about unrecognized key scancodes? (In reply to comment #1) > Is there anything in dmesg about unrecognized key scancodes? No, there isn't. As mentioned above, the Fn+F6/7 keys emit the normal F6/7 keycodes (64/65) in the 2.6.23 kernel; in the 2.6.22 kernel they don't emit any user-visible keycode. Upstream bug report: http://bugzilla.kernel.org/show_bug.cgi?id=9262 Comment #10 contains a patch that's working fine and is supposed to be non-invasive. FYI: There is another, somewhat related, upstream bug report: http://bugzilla.kernel.org/show_bug.cgi?id=9277. The patch in this bug fixes weird flickering with brightness-applet and gnome-power-manager being unable to set the brightness above 35% on Toshiba laptops. (In reply to comment #3) > Upstream bug report: http://bugzilla.kernel.org/show_bug.cgi?id=9262 > Comment #10 contains a patch that's working fine and is supposed to be non-invasive. Final fix in CVS, in kernels after -80 kernel-2.6.23.9-85.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kernel' kernel-2.6.23.9-85.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |