mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00:00
samsung-laptop: Add broken-acpi-video quirk for NC210/NC110
The acpi-video backlight interface on the NC210 does not work, blacklist it and use the samsung-laptop interface instead. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=861573 Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
4ec7a45b51
commit
5a1426c99f
@ -1559,6 +1559,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
|
|||||||
},
|
},
|
||||||
.driver_data = &samsung_broken_acpi_video,
|
.driver_data = &samsung_broken_acpi_video,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.callback = samsung_dmi_matched,
|
||||||
|
.ident = "NC210",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "NC210/NC110"),
|
||||||
|
DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"),
|
||||||
|
},
|
||||||
|
.driver_data = &samsung_broken_acpi_video,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.callback = samsung_dmi_matched,
|
.callback = samsung_dmi_matched,
|
||||||
.ident = "730U3E/740U3E",
|
.ident = "730U3E/740U3E",
|
||||||
|
Loading…
Reference in New Issue
Block a user