From eec3ec35b106e8ee3092b0006cecb85690a256c7 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Tue, 31 Mar 2009 10:44:34 +0900 Subject: [PATCH] --- yaml --- r: 142675 b: refs/heads/master c: c3f93b8fc6471ddbbc2a7e89fdfcfc8367e17564 h: refs/heads/master i: 142673: 47db2c977fb4dd5d6864bbbb399be564de43a769 142671: 02e2a549d61895f072d07dca0bed2888369b9e7e v: v3 --- [refs] | 2 +- trunk/drivers/ata/ata_piix.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 170b14c7c908..07bc279015e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d1299aad5b6f6ceeb92d066c58717a164df4876 +refs/heads/master: c3f93b8fc6471ddbbc2a7e89fdfcfc8367e17564 diff --git a/trunk/drivers/ata/ata_piix.c b/trunk/drivers/ata/ata_piix.c index e5cbe80ce172..942d14ac8792 100644 --- a/trunk/drivers/ata/ata_piix.c +++ b/trunk/drivers/ata/ata_piix.c @@ -1053,6 +1053,13 @@ static int piix_broken_suspend(void) DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"), }, }, + { + .ident = "VGN-BX297XP", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"), + }, + }, { } /* terminate list */ };