Skip to content

Commit

Permalink
[libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list
Browse files Browse the repository at this point in the history
due to broken suspend functionality.

Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Benjamin Larsson authored and Jeff Garzik committed Jan 18, 2012
1 parent 3a25179 commit b73fa46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,13 @@ static int piix_broken_suspend(void)
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",
.matches = {
Expand Down

0 comments on commit b73fa46

Please sign in to comment.