NAK, bad idea to apply this workaround when a proper fix is in the works. thanks, -Len On Mon, 9 Jun 2008, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: Peter Gruber <nokos@xxxxxxx> > > Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454 > > On Thu, 1 May 2008 12:59:46 +0100 Matthew Garrett <mjg59@xxxxxxxxxxxxx> wrote: > > > On Thu, May 01, 2008 at 02:52:04AM -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > > > > > Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454 > > > > Checking the bug, it seems like discussion is ongoing and a better > > solution is possible - this seems to be a case of us differing in > > behaviour from Vista, so we probably want to fix it up properly. > > > > -- > > Matthew Garrett | mjg59@xxxxxxxxxxxxx > > 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