| Submitter | Benjamin Larsson |
|---|---|
| Date | Jan. 7, 2012, 11:39 p.m. |
| Message ID | <1325979550-7974-1-git-send-email-benjamin@southpole.se> |
| Download | mbox | patch |
| Permalink | /patch/134888/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 6da6deb..3a4dd74 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1151,6 +1151,13 @@ static int piix_broken_suspend(void) }, }, { + .ident = "Satellite Pro A120", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite Pro A120"), + }, + }, + { .ident = "Portege M500", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
Signed-off-by: Benjamin Larsson <benjamin@southpole.se> --- drivers/ata/ata_piix.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)