diff options
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r-- | drivers/acpi/video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 90f8f7676d1f..a9eec8c95a1f 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -795,6 +795,7 @@ static void acpi_video_device_find_cap(struct acpi_video_device *device) | |||
795 | count++; | 795 | count++; |
796 | 796 | ||
797 | memset(&props, 0, sizeof(struct backlight_properties)); | 797 | memset(&props, 0, sizeof(struct backlight_properties)); |
798 | props.type = BACKLIGHT_FIRMWARE; | ||
798 | props.max_brightness = device->brightness->count - 3; | 799 | props.max_brightness = device->brightness->count - 3; |
799 | device->backlight = backlight_device_register(name, NULL, device, | 800 | device->backlight = backlight_device_register(name, NULL, device, |
800 | &acpi_backlight_ops, | 801 | &acpi_backlight_ops, |