diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2012-06-13 03:32:03 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-07-28 00:11:48 -0400 |
commit | 09d5677cf18f1b9f0e092eb83e9ba6a771c15c5c (patch) | |
tree | 527c00076fa7baa75f1629928fb6c72dab5ac9f3 /drivers | |
parent | a60b21763cce01c64cc537869662b41429c62e5f (diff) |
samsung-laptop: X360 ACPI backlight device is broken
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/samsung-laptop.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c index 2cbccc1b4b68..98f07588ac86 100644 --- a/drivers/platform/x86/samsung-laptop.c +++ b/drivers/platform/x86/samsung-laptop.c | |||
@@ -1506,6 +1506,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = { | |||
1506 | }, | 1506 | }, |
1507 | .driver_data = &samsung_broken_acpi_video, | 1507 | .driver_data = &samsung_broken_acpi_video, |
1508 | }, | 1508 | }, |
1509 | { | ||
1510 | .callback = samsung_dmi_matched, | ||
1511 | .ident = "X360", | ||
1512 | .matches = { | ||
1513 | DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), | ||
1514 | DMI_MATCH(DMI_PRODUCT_NAME, "X360"), | ||
1515 | DMI_MATCH(DMI_BOARD_NAME, "X360"), | ||
1516 | }, | ||
1517 | .driver_data = &samsung_broken_acpi_video, | ||
1518 | }, | ||
1509 | { }, | 1519 | { }, |
1510 | }; | 1520 | }; |
1511 | MODULE_DEVICE_TABLE(dmi, samsung_dmi_table); | 1521 | MODULE_DEVICE_TABLE(dmi, samsung_dmi_table); |