On Fri, Oct 29, 2010 at 01:30:20PM +0200, maximilian attems wrote: > applies fine to latest 2.6.32, considering for Debian 2.6.32, > seen in Opensuse, please consider for stable.
Are you sure this isn't already there? It doesn't apply for me. thanks, greg k-h > > thanks. > > > ----- Forwarded message from Linux Kernel Mailing List > <[email protected]> ----- > > Date: Fri, 1 Oct 2010 18:59:27 GMT > From: Linux Kernel Mailing List <[email protected]> > To: [email protected] > Subject: ACPI: Disable Windows Vista compatibility for Toshiba P305D > > Gitweb: > http://git.kernel.org/linus/337279ce3aa85d81d34c0f837d1c204df105103b > Commit: 337279ce3aa85d81d34c0f837d1c204df105103b > Parent: 7a1d602f5fc35d14907b7da98d5627acb69589d1 > Author: Zhang Rui <[email protected]> > AuthorDate: Tue Sep 28 22:48:55 2010 -0400 > Committer: Len Brown <[email protected]> > CommitDate: Tue Sep 28 22:48:55 2010 -0400 > > ACPI: Disable Windows Vista compatibility for Toshiba P305D > > Disable the Windows Vista (SP1) compatibility for Toshiba P305D. > > http://bugzilla.kernel.org/show_bug.cgi?id=14736 > > Signed-off-by: Zhang Rui <[email protected]> > Signed-off-by: Len Brown <[email protected]> > --- > drivers/acpi/blacklist.c | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c > index 571a003..f761960 100644 > --- a/drivers/acpi/blacklist.c > +++ b/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. > -- > To unsubscribe from this list: send the line "unsubscribe git-commits-head" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > > ----- End forwarded message ----- > -- > maks > > _______________________________________________ > stable mailing list > [email protected] > http://linux.kernel.org/mailman/listinfo/stable _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
