Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166461
b: refs/heads/master
c: 3634274
h: refs/heads/master
i:
  166459: 56823a4
v: v3
  • Loading branch information
Matthew Garrett authored and Richard Purdie committed Sep 21, 2009
1 parent af09dda commit 70f08bf
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 325253a6b2de4bdfa9ef0e28b5df8a4a4fe2b677
refs/heads/master: 36342742a3cbd52f7ca0582f23788c99c2ec8256
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,10 @@ acpi_video_switch_brightness(struct acpi_video_device *device, int event)

result = acpi_video_device_lcd_set_level(device, level_next);

if (!result)
backlight_force_update(device->backlight,
BACKLIGHT_UPDATE_HOTKEY);

out:
if (result)
printk(KERN_ERR PREFIX "Failed to switch the brightness\n");
Expand Down

0 comments on commit 70f08bf

Please sign in to comment.