diff options
author | Michal Marek <mmarek@suse.cz> | 2011-04-08 15:02:05 (GMT) |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-04-12 15:27:40 (GMT) |
commit | 8713b04ab8da256493410bd4f25170d2e0836534 (patch) | |
tree | 00671819e39b3762d6b97d9b0ec816d3faca6738 | |
parent | 993819c563695efc2782d312f55bec634c2d2da5 (diff) | |
download | linux-8713b04ab8da256493410bd4f25170d2e0836534.tar.xz |
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>
-rw-r--r-- | drivers/platform/x86/samsung-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c index 39f30ff..d347116 100644 --- a/drivers/platform/x86/samsung-laptop.c +++ b/drivers/platform/x86/samsung-laptop.c @@ -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, |