rpms/kernel/devel linux-2.6-radeon-backlight.patch,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 24 19:14:29 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1337

Modified Files:
	linux-2.6-radeon-backlight.patch 
Log Message:
add clees laptop to the radeon whitelist


linux-2.6-radeon-backlight.patch:
 linux-2.6.11-rc4-tank/drivers/video/aty/radeon_base.c |   11 
 linux-2.6.11-rc4-tank/drivers/video/aty/radeon_pm.c   |  299 +++++++++++++++++-
 linux-2.6.12/drivers/video/aty/radeon_pm.c            |   16 
 linux-2.6.13/drivers/video/aty/radeon_pm.c            |   24 +
 4 files changed, 349 insertions(+), 1 deletion(-)

Index: linux-2.6-radeon-backlight.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-radeon-backlight.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-radeon-backlight.patch	28 Sep 2005 09:11:52 -0000	1.3
+++ linux-2.6-radeon-backlight.patch	24 Oct 2005 19:14:24 -0000	1.4
@@ -428,3 +428,20 @@
  		/* Reported by Matthew Saltzman <mjs at clemson.edu> */
  		.ident = "IBM ThinkPad T41 (2373-7JU)",
  		.matches = {
+--- linux-2.6.13/drivers/video/aty/radeon_pm.c~	2005-10-24 15:12:33.000000000 -0400
++++ linux-2.6.13/drivers/video/aty/radeon_pm.c	2005-10-24 15:13:52.000000000 -0400
+@@ -311,6 +311,14 @@ static struct dmi_system_id __devinitdat
+ 		DMI_MATCH(DMI_PRODUCT_NAME, "2373HU6"),
+ 		},
+ 	},
++	{
++		/* Reported by Chris Lee <clee at redhat.com> */
++		.ident = "IBM ThinkPad X31 (2672-5KU)",
++		.matches = {
++			DMI_MATCH(DMI_SYS_VENDOR, "IBM");
++			DMI_MATCH(DMI_PRODUCT_NAME, "26725KU"),
++		},
++	}
+ 	{ },
+ 	/* Negative reports: */
+ 	/* IBM thinkpad T30 2366 -> machine hangs 




More information about the fedora-cvs-commits mailing list