ata_piix: add TECRA M7 to broken suspend list
authorTejun Heo <htejun@gmail.com>
Tue, 14 Aug 2007 10:56:04 +0000 (19:56 +0900)
committerJeff Garzik <jeff@garzik.org>
Wed, 15 Aug 2007 08:20:14 +0000 (04:20 -0400)
Add TECRA M7 to broken suspend list.  Reported by Marie Koreen.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Marie Koreen <kbug@koreen.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ata_piix.c

index c5b4509..071d274 100644 (file)
@@ -901,6 +901,13 @@ static int piix_broken_suspend(void)
                        },
                },
                {
+                       .ident = "TECRA M7",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"),
+                       },
+               },
+               {
                        .ident = "Satellite U205",
                        .matches = {
                                DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),