diff options
| -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 e5cbe80ce172..942d14ac8792 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
| @@ -1053,6 +1053,13 @@ static int piix_broken_suspend(void) | |||
| 1053 | DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"), | 1053 | DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"), |
| 1054 | }, | 1054 | }, |
| 1055 | }, | 1055 | }, |
| 1056 | { | ||
| 1057 | .ident = "VGN-BX297XP", | ||
| 1058 | .matches = { | ||
| 1059 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), | ||
| 1060 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"), | ||
| 1061 | }, | ||
| 1062 | }, | ||
| 1056 | 1063 | ||
| 1057 | { } /* terminate list */ | 1064 | { } /* terminate list */ |
| 1058 | }; | 1065 | }; |
