2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Knut Petersen <[email protected]> commit 22ab70d3262ddb6e69b3c246a34e2967ba5eb1e8 upstream. Signed-off-by: Knut Petersen <[email protected]> Signed-off-by: Chris Wilson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ 1 file changed, 8 insertions(+) Index: linux-2.6.35.y/drivers/gpu/drm/i915/intel_lvds.c =================================================================== --- linux-2.6.35.y.orig/drivers/gpu/drm/i915/intel_lvds.c 2011-03-29 22:51:36.591786877 -0700 +++ linux-2.6.35.y/drivers/gpu/drm/i915/intel_lvds.c 2011-03-29 23:02:59.891302951 -0700 @@ -811,6 +811,14 @@ }, { .callback = intel_no_lvds_dmi_callback, + .ident = "AOpen i915GMm-HFS", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"), + DMI_MATCH(DMI_BOARD_NAME, "i915GMm-HFS"), + }, + }, + { + .callback = intel_no_lvds_dmi_callback, .ident = "Aopen i945GTt-VFA", .matches = { DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"), _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
