ata_piix: add Satellite U200 to broken suspend list
authorTejun Heo <htejun@gmail.com>
Fri, 24 Aug 2007 23:31:02 +0000 (08:31 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 31 Aug 2007 08:00:19 +0000 (04:00 -0400)
Satellite U200 also shares the problem.  Add it to the broken suspend
list.  Original patch from John Schember.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: John Schember <john@nachtimwald.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ata_piix.c

index 127deb8..22752e4 100644 (file)
@@ -934,6 +934,13 @@ static int piix_broken_suspend(void)
                                DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"),
                        },
                },
+               {
+                       .ident = "Satellite U200",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"),
+                       },
+               },
                {
                        .ident = "Satellite U205",
                        .matches = {