rpms/kernel/F-11 drm-intel-lying-systems-without-lvds.patch, 1.3, 1.4

Bill Nottingham notting at fedoraproject.org
Sat Apr 4 02:40:42 UTC 2009


Author: notting

Update of /cvs/extras/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23582

Modified Files:
	drm-intel-lying-systems-without-lvds.patch 
Log Message:
Add another DMI entry of a system that doesn't have LVDS.


drm-intel-lying-systems-without-lvds.patch:

Index: drm-intel-lying-systems-without-lvds.patch
===================================================================
RCS file: /cvs/extras/rpms/kernel/F-11/drm-intel-lying-systems-without-lvds.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- drm-intel-lying-systems-without-lvds.patch	3 Apr 2009 20:56:02 -0000	1.3
+++ drm-intel-lying-systems-without-lvds.patch	4 Apr 2009 02:40:41 -0000	1.4
@@ -23,7 +23,7 @@
 index 6619f26..4d64686 100644
 --- a/drivers/gpu/drm/i915/intel_lvds.c
 +++ b/drivers/gpu/drm/i915/intel_lvds.c
-@@ -384,7 +384,43 @@ static const struct drm_encoder_funcs intel_lvds_enc_funcs = {
+@@ -384,7 +384,51 @@ static const struct drm_encoder_funcs intel_lvds_enc_funcs = {
  	.destroy = intel_lvds_enc_destroy,
  };
  
@@ -53,6 +53,14 @@
 +	},
 +	{
 +		.callback = intel_no_lvds_dmi_callback,
++		.ident = "MSI IM-945GSE-A",
++		.matches = {
++			DMI_MATCH(DMI_SYS_VENDOR, "MSI"),
++			DMI_MATCH(DMI_PRODUCT_NAME, "A9830IMS"),
++		},
++	},
++	{
++		.callback = intel_no_lvds_dmi_callback,
 +		.ident = "Dell Studio Hybrid",
 +		.matches = {
 +			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),




More information about the fedora-extras-commits mailing list