Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118813
b: refs/heads/master
c: febf2d9
h: refs/heads/master
i:
  118811: b6b771c
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Nov 8, 2008
1 parent d6328c9 commit 9e7da08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3d6de698c84efdbdd3781b7058bcc339ab43da8
refs/heads/master: febf2d95a71cd594182e4b3defb0e0ffdfe61482
6 changes: 6 additions & 0 deletions trunk/drivers/misc/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,12 @@ static int __init acer_wmi_init(void)

set_quirks();

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");
}

if (platform_driver_register(&acer_platform_driver)) {
printk(ACER_ERR "Unable to register platform driver.\n");
goto error_platform_register;
Expand Down

0 comments on commit 9e7da08

Please sign in to comment.