diff options
| -rw-r--r-- | drivers/acpi/video.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 60ea984c84a0..5845398479fa 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
| @@ -1960,6 +1960,10 @@ acpi_video_switch_brightness(struct acpi_video_device *device, int event) | |||
| 1960 | 1960 | ||
| 1961 | result = acpi_video_device_lcd_set_level(device, level_next); | 1961 | result = acpi_video_device_lcd_set_level(device, level_next); |
| 1962 | 1962 | ||
| 1963 | if (!result) | ||
| 1964 | backlight_force_update(device->backlight, | ||
| 1965 | BACKLIGHT_UPDATE_HOTKEY); | ||
| 1966 | |||
| 1963 | out: | 1967 | out: |
| 1964 | if (result) | 1968 | if (result) |
| 1965 | printk(KERN_ERR PREFIX "Failed to switch the brightness\n"); | 1969 | printk(KERN_ERR PREFIX "Failed to switch the brightness\n"); |
