Commit 5c08ea01 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik

ata_piix: add TECRA M7 to broken suspend list

Add TECRA M7 to broken suspend list.  Reported by Marie Koreen.
Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
Cc: Marie Koreen <kbug@koreen.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 80b8987c
...@@ -900,6 +900,13 @@ static int piix_broken_suspend(void) ...@@ -900,6 +900,13 @@ static int piix_broken_suspend(void)
DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M5"), DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M5"),
}, },
}, },
{
.ident = "TECRA M7",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"),
},
},
{ {
.ident = "Satellite U205", .ident = "Satellite U205",
.matches = { .matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment