ata_piix: add TECRA M7 to broken suspend list
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>
This commit is contained in:
parent
80b8987c8f
commit
5c08ea0191
1 changed files with 7 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue