View | Details | Raw Unified | Return to bug 13376 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6/drivers/acpi/video.c (+8 lines)
Lines 570-575 static struct dmi_system_id video_dmi_ta Link Here
570
		DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"),
570
		DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"),
571
		},
571
		},
572
	},
572
	},
573
	{
574
	 .callback = video_set_bqc_offset,
575
	 .ident = "eMachines E510",
576
	 .matches = {
577
		DMI_MATCH(DMI_BOARD_VENDOR, "EMACHINES"),
578
		DMI_MATCH(DMI_PRODUCT_NAME, "eMachines E510"),
579
		},
580
	},
573
	{}
581
	{}
574
};
582
};
575
583

Return to bug 13376