Commit 9393a575 authored by Smelov Andrey's avatar Smelov Andrey Committed by Greg Kroah-Hartman

Platform: samsung_laptop: samsung backlight for R528/R728

commit 093ed561 upstream.

patch works for me, but I need to add "acpi_backlight=vendor" to kernel
params
Signed-off-by: default avatarSmelov Andrey <xor29a@bk.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent c81e3126
......@@ -704,6 +704,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "R528/R728",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "R528/R728"),
DMI_MATCH(DMI_BOARD_NAME, "R528/R728"),
},
.callback = dmi_check_cb,
},
{ },
};
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment