Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132228
b: refs/heads/master
c: 1ba869e
h: refs/heads/master
v: v3
  • Loading branch information
Michael Spang authored and Linus Torvalds committed Mar 12, 2009
1 parent 16aada7 commit 44deb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c48ed3383bfb2106694807361ec187fe8a4333d
refs/heads/master: 1ba869ec581fd9078b684c56c399ffe3d2345e27
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ static int __init acer_wmi_init(void)

set_quirks();

if (!acpi_video_backlight_support() && has_cap(ACER_CAP_BRIGHTNESS)) {
if (acpi_video_backlight_support() && has_cap(ACER_CAP_BRIGHTNESS)) {
interface->capability &= ~ACER_CAP_BRIGHTNESS;
printk(ACER_INFO "Brightness must be controlled by "
"generic video driver\n");
Expand Down

0 comments on commit 44deb2b

Please sign in to comment.