From: Peter Gruber <nokos@xxxxxxx> Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454 Cc: Len Brown <lenb@xxxxxxxxxx> Cc: "Moore, Robert" <robert.moore@xxxxxxxxx> Cc: Thomas Renninger <trenn@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/acpi/blacklist.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff -puN drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410 drivers/acpi/blacklist.c --- a/drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410 +++ a/drivers/acpi/blacklist.c @@ -448,6 +448,14 @@ static struct dmi_system_id acpi_osi_dmi DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"), }, }, + { + .callback = dmi_disable_osi_vista, + .ident = "Fujitsu Siemens", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK S6410"), + }, + }, /* * Disable OSI(Linux) warnings on all "Hewlett-Packard" * _ -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html