Comments
Patch
@@ -212,13 +212,13 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
},
},
{
- .callback = dmi_disable_osi_vista,
- .ident = "Sony VGN-FW351J",
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
- DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"),
- },
- },
+ .callback = dmi_disable_osi_vista,
+ .ident = "Sony VGN-FW351J",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"),
+ },
+ },
/*
* BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
Signed-off-by: Tim Hoppen <timhoppen@gmail.com> --- drivers/acpi/blacklist.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-)