From d2953e42bce90fa5674ed8410a0d287bb307fb96 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Tue, 28 Sep 2010 22:48:55 -0400 Subject: [PATCH] --- yaml --- r: 211185 b: refs/heads/master c: 337279ce3aa85d81d34c0f837d1c204df105103b h: refs/heads/master i: 211183: 91ad73012fa72674e1489751a36acb1af7c24605 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/blacklist.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c794fe497826..3cd839a2fee0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a1d602f5fc35d14907b7da98d5627acb69589d1 +refs/heads/master: 337279ce3aa85d81d34c0f837d1c204df105103b diff --git a/trunk/drivers/acpi/blacklist.c b/trunk/drivers/acpi/blacklist.c index 571a003a1f7c..f7619600270a 100644 --- a/trunk/drivers/acpi/blacklist.c +++ b/trunk/drivers/acpi/blacklist.c @@ -243,6 +243,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "K50IJ"), }, }, + { + .callback = dmi_disable_osi_vista, + .ident = "Toshiba P305D", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P305D"), + }, + }, /* * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.