|
@@ -1603,6 +1603,14 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
|
|
|
* is not connected at all. Force ignoring BIOS IRQ0 pin2
|
|
|
* override in that cases.
|
|
|
*/
|
|
|
+ {
|
|
|
+ .callback = dmi_ignore_irq0_timer_override,
|
|
|
+ .ident = "HP nx6115 laptop",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nx6115"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.callback = dmi_ignore_irq0_timer_override,
|
|
|
.ident = "HP NX6125 laptop",
|
|
@@ -1619,6 +1627,14 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nx6325"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = dmi_ignore_irq0_timer_override,
|
|
|
+ .ident = "HP 6715b laptop",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6715b"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{}
|
|
|
};
|
|
|
|