mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
ata_piix: add Satellite U200 to broken suspend list
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>
This commit is contained in:
parent
91a6d4ed33
commit
3cc0b9d3ba
1 changed files with 7 additions and 0 deletions
|
@ -934,6 +934,13 @@ static int piix_broken_suspend(void)
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"),
|
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",
|
.ident = "Satellite U205",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue