diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-14 19:56:04 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-08-15 04:20:14 -0400 |
commit | 5c08ea019198230a62c601ddf97d0319ae246ad8 (patch) | |
tree | 9d201b4084a86c88bb662df9c4f6402f87bde5c0 /drivers/ata/ata_piix.c | |
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>
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 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) }, }, { + .ident = "TECRA M7", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"), + }, + }, + { .ident = "Satellite U205", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |