diff options
Diffstat (limited to 'drivers')
-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 328ce8a08426..80b735b70972 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -974,6 +974,13 @@ static int piix_broken_suspend(void) | |||
974 | }, | 974 | }, |
975 | }, | 975 | }, |
976 | { | 976 | { |
977 | .ident = "SATELLITE U205", | ||
978 | .matches = { | ||
979 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | ||
980 | DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"), | ||
981 | }, | ||
982 | }, | ||
983 | { | ||
977 | .ident = "Portege M500", | 984 | .ident = "Portege M500", |
978 | .matches = { | 985 | .matches = { |
979 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 986 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |