backlight/eeepc-laptop: Update the backlight state when we change brightness
Trigger a status update when the user hits a brightness key, allowing userspace to present appropriate UI. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
36342742a3
commit
d822d5c273
@@ -642,7 +642,7 @@ static int notify_brn(void)
|
|||||||
struct backlight_device *bd = eeepc_backlight_device;
|
struct backlight_device *bd = eeepc_backlight_device;
|
||||||
if (bd) {
|
if (bd) {
|
||||||
int old = bd->props.brightness;
|
int old = bd->props.brightness;
|
||||||
bd->props.brightness = read_brightness(bd);
|
backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY);
|
||||||
return old;
|
return old;
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user