From c710623bed06451d34d3b638f9af42a4b62d690e Mon Sep 17 00:00:00 2001 From: Peter Schwenke Date: Wed, 9 Jan 2008 17:53:55 +1000 Subject: [PATCH] UBUNTU: OriginalAuthor: Peter Schwenke Bug: 139045 Add Toshiba Satellite R20 to broken suspend list. This is from OSDL. bugzilla bug 7780. Signed-off-by: Peter Schwenke --- 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 6f1edba..e0be175 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -933,6 +933,13 @@ static struct dmi_system_id piix_broken_suspend_dmi_table[] = { }, }, { + .ident = "Satellite R20", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R20"), + }, + }, + { .ident = "Satellite R25", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), -- 1.5.2.5