View | Details | Raw Unified | Return to bug 15528 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/acpi/blacklist.c (+8 lines)
Lines 285-290 static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { Link Here
285
		     DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T500"),
285
		     DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T500"),
286
		},
286
		},
287
	},
287
	},
288
	{
289
	.callback = dmi_enable_osi_linux,
290
	.ident = "Acer Aspire 5740",
291
	.matches = {
292
		     DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
293
		     DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5740"),
294
		},
295
	},
288
	{}
296
	{}
289
};
297
};
290
298

Return to bug 15528