Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92910
Collapse All | Expand All

(-)work/drivers/input/serio/i8042-x86ia64io.h (+7 lines)
Lines 137-142 static struct dmi_system_id __initdata i Link Here
137
			DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
137
			DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
138
		},
138
		},
139
	},
139
	},
140
	{
141
		.ident = "Alienware Sentia",
142
		.matches = {
143
			DMI_MATCH(DMI_SYS_VENDOR, "ALIENWARE"),
144
			DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"),
145
		},
146
	},
140
	{ }
147
	{ }
141
};
148
};
142
149

Return to bug 92910