lkml.org 
[lkml]   [2010]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[58/66] ACPI: Disable Windows Vista compatibility for Toshiba P305D
    2.6.32-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Zhang Rui <rui.zhang@intel.com>

    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 <rui.zhang@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/acpi/blacklist.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    --- a/drivers/acpi/blacklist.c
    +++ b/drivers/acpi/blacklist.c
    @@ -233,6 +233,14 @@ static struct dmi_system_id acpi_osi_dmi
    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.



    \
     
     \ /
      Last update: 2010-10-22 20:45    [W:2.425 / U:0.452 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site