OSDN Git Service

[libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list
authorBenjamin Larsson <benjamin@southpole.se>
Sat, 7 Jan 2012 23:39:10 +0000 (00:39 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 18 Jan 2012 01:50:53 +0000 (20:50 -0500)
due to broken suspend functionality.

Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ata_piix.c

index 69ac373..fdf27b9 100644 (file)
@@ -1117,6 +1117,13 @@ static int piix_broken_suspend(void)
                        },
                },
                {
+                       .ident = "Satellite Pro A120",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "Satellite Pro A120"),
+                       },
+               },
+               {
                        .ident = "Portege M500",
                        .matches = {
                                DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),