diff options
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r-- | drivers/ata/ata_piix.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 69ac373c72a..fdf27b9fce4 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -1117,6 +1117,13 @@ static int piix_broken_suspend(void) | |||
1117 | }, | 1117 | }, |
1118 | }, | 1118 | }, |
1119 | { | 1119 | { |
1120 | .ident = "Satellite Pro A120", | ||
1121 | .matches = { | ||
1122 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | ||
1123 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite Pro A120"), | ||
1124 | }, | ||
1125 | }, | ||
1126 | { | ||
1120 | .ident = "Portege M500", | 1127 | .ident = "Portege M500", |
1121 | .matches = { | 1128 | .matches = { |
1122 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 1129 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |