dect
/
linux-2.6
Archived
13
0
Fork 0

samsung-laptop: set backlight type

Cherry-picked from drivers/staging/samsung-laptop/samsung-laptop.c

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
Michal Marek 2011-04-08 17:02:05 +02:00 committed by Matthew Garrett
parent 993819c563
commit 8713b04ab8
1 changed files with 1 additions and 0 deletions

View File

@ -781,6 +781,7 @@ static int __init samsung_init(void)
/* create a backlight device to talk to this one */
memset(&props, 0, sizeof(struct backlight_properties));
props.type = BACKLIGHT_PLATFORM;
props.max_brightness = sabi_config->max_brightness;
backlight_device = backlight_device_register("samsung", &sdev->dev,
NULL, &backlight_ops,