diff options
author | Len Brown <len.brown@intel.com> | 2010-06-12 06:58:01 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-06-12 06:58:01 +0200 |
commit | e9e8b4dd142da3b6cbf301ba922804d6cdc31a17 (patch) | |
tree | b3989a95d9fed058356963ebcc23b4e70e2aeb9a /drivers/acpi | |
parent | Merge branch 'acpica-cherry-pick' into release (diff) | |
parent | ACPI: Disable Vista compatibility for Sony VGN-NS50B_L (diff) | |
download | linux-e9e8b4dd142da3b6cbf301ba922804d6cdc31a17.tar.xz linux-e9e8b4dd142da3b6cbf301ba922804d6cdc31a17.zip |
Merge branch 'bugzilla-102904-workaround' into release
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | 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 2815df66f6f7..01381be05e96 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -218,6 +218,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { }, }, { + .callback = dmi_disable_osi_vista, + .ident = "VGN-NS50B_L", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-NS50B_L"), + }, + }, + { .callback = dmi_disable_osi_win7, .ident = "ASUS K50IJ", .matches = { |