Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 518948 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/char/i8k.c.orig (+7 lines)
Lines 661-666 static int __init i8k_init_hwmon(void) Link Here
661
661
662
static struct dmi_system_id i8k_dmi_table[] __initdata = {
662
static struct dmi_system_id i8k_dmi_table[] __initdata = {
663
	{
663
	{
664
		.ident = "Dell Studio",
665
		.matches = {
666
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
667
			DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1747"),
668
		},
669
	},
670
	{
664
		.ident = "Dell Inspiron",
671
		.ident = "Dell Inspiron",
665
		.matches = {
672
		.matches = {
666
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
673
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),

Return to bug 518948