From: Zhang Rui Date: Wed, 29 Sep 2010 02:48:55 +0000 (-0400) Subject: ACPI: Disable Windows Vista compatibility for Toshiba P305D X-Git-Tag: v2.6.35.8~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fe1a1f1554fd1b7f1afa95121dcd2a232eca72ca;p=karo-tx-linux.git ACPI: Disable Windows Vista compatibility for Toshiba P305D commit 337279ce3aa85d81d34c0f837d1c204df105103b upstream. Disable the Windows Vista (SP1) compatibility for Toshiba P305D. http://bugzilla.kernel.org/show_bug.cgi?id=14736 Signed-off-by: Zhang Rui Signed-off-by: Len Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index cd56db5e6c08..51cada7fcc5f 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -241,6 +241,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.