diff options
| author | Tejun Heo <htejun@gmail.com> | 2007-08-14 06:56:04 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2007-08-15 04:20:14 -0400 |
| commit | 5c08ea019198230a62c601ddf97d0319ae246ad8 (patch) | |
| tree | 9d201b4084a86c88bb662df9c4f6402f87bde5c0 | |
| parent | 80b8987c8feaf07a070f7cdcd55db024e9e200ec (diff) | |
ata_piix: add TECRA M7 to broken suspend list
Add TECRA M7 to broken suspend list. Reported by Marie Koreen.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Marie Koreen <kbug@koreen.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
| -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 c5b4509c93f4..071d274afaab 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
| @@ -901,6 +901,13 @@ static int piix_broken_suspend(void) | |||
| 901 | }, | 901 | }, |
| 902 | }, | 902 | }, |
| 903 | { | 903 | { |
| 904 | .ident = "TECRA M7", | ||
| 905 | .matches = { | ||
| 906 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | ||
| 907 | DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"), | ||
| 908 | }, | ||
| 909 | }, | ||
| 910 | { | ||
| 904 | .ident = "Satellite U205", | 911 | .ident = "Satellite U205", |
| 905 | .matches = { | 912 | .matches = { |
| 906 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 913 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
