rpms/kernel/devel linux-2.6.11-acpi-thinkpad-c2c3.patch, NONE, 1.1 kernel-2.6.spec, 1.1248, 1.1249

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 20 02:23:11 UTC 2005


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

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6.11-acpi-thinkpad-c2c3.patch 
Log Message:
Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS. (#155236)



linux-2.6.11-acpi-thinkpad-c2c3.patch:
 processor_idle.c |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE linux-2.6.11-acpi-thinkpad-c2c3.patch ---
--- linux-2.6.11/drivers/acpi/processor_idle.c~	2005-04-19 22:20:28.000000000 -0400
+++ linux-2.6.11/drivers/acpi/processor_idle.c	2005-04-19 22:20:40.000000000 -0400
@@ -100,6 +100,9 @@ static struct dmi_system_id __initdata p
 	{ no_c2c3, "IBM ThinkPad R40e", {
 	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
 	  DMI_MATCH(DMI_BIOS_VERSION,"1SET60WW") }},
+	{ no_c2c3, "IBM ThinkPad R40e", {
+	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
+	  DMI_MATCH(DMI_BIOS_VERSION,"1SET61WW") }},
 	{ no_c2c3, "Medion 41700", {
 	  DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
 	  DMI_MATCH(DMI_BIOS_VERSION,"R01-A1J") }},


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1248
retrieving revision 1.1249
diff -u -r1.1248 -r1.1249
--- kernel-2.6.spec	20 Apr 2005 02:18:59 -0000	1.1248
+++ kernel-2.6.spec	20 Apr 2005 02:23:09 -0000	1.1249
@@ -310,6 +310,7 @@
 Patch1620: linux-2.6.11-isdn-icn-nodev.patch
 Patch1630: linux-2.6.11-module-licenses.patch
 Patch1640: linux-2.6.11-panic-stackdump.patch
+Patch1650: linux-2.6.11-acpi-thinkpad-c2c3.patch
 Patch1700: linux-2.6.10-revert-module-invalidparam.patch
 Patch1710: linux-2.6.9-ide-cd-early-EOF.patch
 Patch1720: linux-2.6.9-module_version.patch
@@ -687,6 +688,8 @@
 %patch1630 -p1
 # Print stack trace when we panic.
 %patch1640 -p1
+# Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS.
+%patch1650 -p1
 # Don't barf on obsolete module parameters.
 %patch1700 -p1
 # Handle early EOF on CD's.
@@ -1125,6 +1128,7 @@
 * Tue Apr 19 2005 Dave Jones <davej at redhat.com>
 - Print stack trace when we panic.
   Might give more clues for some of the wierd panics being seen right now.
+- Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS. (#155236)
 
 * Mon Apr 18 2005 Dave Jones <davej at redhat.com>
 - Make ISDN ICN driver not oops when probed with no hardware present.




More information about the fedora-cvs-commits mailing list