mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
[libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list
due to broken suspend functionality. Signed-off-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
3a25179e06
commit
b73fa4630e
1 changed files with 7 additions and 0 deletions
|
@ -1116,6 +1116,13 @@ static int piix_broken_suspend(void)
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.ident = "Satellite Pro A120",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite Pro A120"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.ident = "Portege M500",
|
.ident = "Portege M500",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue