|
@@ -273,6 +273,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P305D"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = dmi_disable_osi_vista,
|
|
|
+ .ident = "Toshiba NB100",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "NB100"),
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
/*
|
|
|
* The following machines have broken backlight support when reporting
|