ACPI: Add DMI entry for Sony VGN-FW41E_H
[deliverable/linux.git] / drivers / acpi / sleep.c
index 2fcc67d34b117347d873f36b119d5cf9585fe889..df8505147b278b914144390709fbb36521dbb55e 100644 (file)
@@ -177,6 +177,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
        },
        {
        .callback = init_nvs_nosave,
+       .ident = "Sony Vaio VGN-FW41E_H",
+       .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+               DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW41E_H"),
+               },
+       },
+       {
+       .callback = init_nvs_nosave,
        .ident = "Sony Vaio VGN-FW21E",
        .matches = {
                DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
This page took 0.024983 seconds and 5 git commands to generate.