ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist
[pandora-kernel.git] / drivers / acpi / video_detect.c
index b84d4d5..d9c0199 100644 (file)
@@ -156,6 +156,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
                DMI_MATCH(DMI_BOARD_NAME, "X360"),
                },
        },
+       {
+       .callback = video_detect_force_vendor,
+       .ident = "Asus UL30VT",
+       .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+               DMI_MATCH(DMI_PRODUCT_NAME, "UL30VT"),
+               },
+       },
        { },
 };