OSDN Git Service

ata_piix: add SATELLITE U205 to broken suspend list
authorTejun Heo <htejun@gmail.com>
Mon, 12 Nov 2007 08:56:24 +0000 (17:56 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 19 Nov 2007 03:28:09 +0000 (12:28 +0900)
Satellite U205 has alternate product name where the satellite part is
all capatalized.  Add it to the blacklist.

This is reported by Ross Patterson in kernel bugzilla bug #7780.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Ross Patterson <me@rpatterson.net>
drivers/ata/ata_piix.c

index 328ce8a..80b735b 100644 (file)
@@ -974,6 +974,13 @@ static int piix_broken_suspend(void)
                        },
                },
                {
+                       .ident = "SATELLITE U205",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"),
+                       },
+               },
+               {
                        .ident = "Portege M500",
                        .matches = {
                                DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),