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

(-)tp_smapi-0.40/thinkpad_ec.c.orig (+6 lines)
Lines 456-461 Link Here
456
		TP_DMI_MATCH("IBM", "ThinkPad A30"),
456
		TP_DMI_MATCH("IBM", "ThinkPad A30"),
457
		TP_DMI_MATCH("IBM", "ThinkPad T23"),
457
		TP_DMI_MATCH("IBM", "ThinkPad T23"),
458
		TP_DMI_MATCH("IBM", "ThinkPad X24"),
458
		TP_DMI_MATCH("IBM", "ThinkPad X24"),
459
		TP_DMI_MATCH("LENOVO", "ThinkPad T420"),
460
		TP_DMI_MATCH("LENOVO", "ThinkPad T420s"),
461
		TP_DMI_MATCH("LENOVO", "ThinkPad T520"),
462
		TP_DMI_MATCH("LENOVO", "ThinkPad X220"),
463
		TP_DMI_MATCH("LENOVO", "ThinkPad X220t"),
464
		TP_DMI_MATCH("LENOVO", "ThinkPad W520"),
459
		{ .ident = NULL }
465
		{ .ident = NULL }
460
	};
466
	};
461
	return dmi_find_substring
467
	return dmi_find_substring

Return to bug 375697