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

Collapse All | Expand All

(-)linux-2.6.27-gentoo-r2/arch/x86/kernel/acpi/boot.c (+8 lines)
Lines 1635-1640 Link Here
1635
		     DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6715b"),
1635
		     DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6715b"),
1636
		     },
1636
		     },
1637
	 },
1637
	 },
1638
	{
1639
	 .callback = dmi_ignore_irq0_timer_override,
1640
	 .ident = "HP 6715s laptop",
1641
	 .matches = {
1642
		     DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
1643
		     DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6715s"),
1644
		     },
1645
	 },
1638
	{}
1646
	{}
1639
};
1647
};
1640
1648

Return to bug 245158