|
@@ -192,6 +192,22 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"),
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .callback = dmi_disable_osi_vista,
|
|
|
|
+ .ident = "Sony VGN-NS10J_S",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-NS10J_S"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ .callback = dmi_disable_osi_vista,
|
|
|
|
+ .ident = "Sony VGN-SR290J",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
|
|
/*
|
|
/*
|
|
* BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
|
|
* BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
|