samsung-laptop: X360 ACPI backlight device is broken
authorCorentin Chary <corentin.chary@gmail.com>
Wed, 13 Jun 2012 07:32:03 +0000 (09:32 +0200)
committerMatthew Garrett <mjg@redhat.com>
Sat, 28 Jul 2012 04:11:48 +0000 (00:11 -0400)
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/samsung-laptop.c

index 2cbccc1b4b689c5886af67d59eb960120399cf88..98f07588ac86d3633f18c976106bc9719e67c60a 100644 (file)
@@ -1506,6 +1506,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
                },
         .driver_data = &samsung_broken_acpi_video,
        },
+       {
+        .callback = samsung_dmi_matched,
+        .ident = "X360",
+        .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
+               DMI_MATCH(DMI_PRODUCT_NAME, "X360"),
+               DMI_MATCH(DMI_BOARD_NAME, "X360"),
+               },
+        .driver_data = &samsung_broken_acpi_video,
+       },
        { },
 };
 MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);