aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/ata_piix.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index b406b39b878e..0d8bd19a5345 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1034,6 +1034,13 @@ static int piix_broken_suspend(void)
1034 }, 1034 },
1035 }, 1035 },
1036 { 1036 {
1037 .ident = "TECRA M6",
1038 .matches = {
1039 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1040 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M6"),
1041 },
1042 },
1043 {
1037 .ident = "TECRA M7", 1044 .ident = "TECRA M7",
1038 .matches = { 1045 .matches = {
1039 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 1046 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
@@ -1048,6 +1055,13 @@ static int piix_broken_suspend(void)
1048 }, 1055 },
1049 }, 1056 },
1050 { 1057 {
1058 .ident = "Satellite R20",
1059 .matches = {
1060 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1061 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R20"),
1062 },
1063 },
1064 {
1051 .ident = "Satellite R25", 1065 .ident = "Satellite R25",
1052 .matches = { 1066 .matches = {
1053 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 1067 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),