Bug 19342
Summary: | ACPI video backlight control doesn't work -- need backlight manager | ||
---|---|---|---|
Product: | ACPI | Reporter: | Zhang Rui (rui.zhang) |
Component: | Power-Video | Assignee: | Zhang Rui (rui.zhang) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, ascii79, delonly, jake.white7485, kyle, lenb, mjg59-kernel, xtragb |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Zhang Rui
2010-09-30 05:29:45 UTC
*** Bug 15513 has been marked as a duplicate of this bug. *** *** Bug 14216 has been marked as a duplicate of this bug. *** Have you looked at these patches? https://patchwork.kernel.org/patch/163961/ https://patchwork.kernel.org/patch/163971/ No, I only saw the first patch before. This is exactly what I want to do, and thanks for pointing it out. Jonathan,:) Matthew, what's the status of these patches? Hello, I am the reporter for the Bug:15513. I can confirm controlling the brightness work with PPA kernel https://launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight But I need supply acpi_backlight=vendor Thhanks, Sachin. *** Bug 15528 has been marked as a duplicate of this bug. *** workaround is available here: http://marc.info/?l=linux-kernel&m=129018220313303&w=2 http://marc.info/?l=linux-kernel&m=129018215513192&w=2 Bug closed. It would be great if I can add "Tested-by:" before pushing these patches upstream. Did the patches go in? I just had a go with Kubuntu 11.04 and back-light is still non-functional. shipped in 2.6.39 closed commit bb7ca747f8d6243b3943c5b133048652020f4a50 Author: Matthew Garrett <mjg@redhat.com> Date: Tue Mar 22 16:30:21 2011 -0700 backlight: add backlight type There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it possible for userspace to make appropriate policy decisions. Signed-off-by: Matthew Garrett <mjg@redhat.com> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: David Airlie <airlied@linux.ie> Cc: Alex Deucher <alexdeucher@gmail.com> Cc: Ben Skeggs <bskeggs@redhat.com> Cc: Zhang Rui <rui.zhang@intel.com> Cc: Len Brown <lenb@kernel.org> Cc: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |