rpms/kernel/devel kernel-2.6.spec, 1.1511, 1.1512 linux-2.6.11-acpi-thinkpad-c2c3.patch, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 26 04:53:13 UTC 2005


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6.11-acpi-thinkpad-c2c3.patch 
Log Message:
Add another bios rev to the "thinkpad that cant do c2/c3" list. (#165590)



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1511
retrieving revision 1.1512
diff -u -r1.1511 -r1.1512
--- kernel-2.6.spec	26 Aug 2005 02:39:52 -0000	1.1511
+++ kernel-2.6.spec	26 Aug 2005 04:53:10 -0000	1.1512
@@ -1216,10 +1216,11 @@
 %endif
 
 %changelog
-* Thu Aug 25 2005 Dave Jones <davej at redhat.com>
-- 2.6.13-rc7-git1
+* Fri Aug 26 2005 Dave Jones <davej at redhat.com>
+- Add another bios rev to the "thinkpad that cant do c2/c3" list. (#165590)
 
 * Thu Aug 25 2005 Dave Jones <davej at redhat.com>
+- 2.6.13-rc7-git1
 - FUTEX_WAKE_OP support.
 
 * Tue Aug 23 2005 Dave Jones <davej at redhat.com>

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

Index: linux-2.6.11-acpi-thinkpad-c2c3.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-acpi-thinkpad-c2c3.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6.11-acpi-thinkpad-c2c3.patch	1 Aug 2005 19:41:39 -0000	1.3
+++ linux-2.6.11-acpi-thinkpad-c2c3.patch	26 Aug 2005 04:53:10 -0000	1.4
@@ -10,3 +10,15 @@
  	{ set_max_cstate, "Medion 41700", {
  	  DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
  	  DMI_MATCH(DMI_BIOS_VERSION,"R01-A1J") }, (void*)1},
+--- linux-2.6.12/drivers/acpi/processor_idle.c~	2005-08-26 00:51:18.000000000 -0400
++++ linux-2.6.12/drivers/acpi/processor_idle.c	2005-08-26 00:51:59.000000000 -0400
+@@ -103,6 +103,9 @@ static struct dmi_system_id __initdata p
+ 	{ set_max_cstate, "IBM ThinkPad R40e", {
+ 	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
+ 	  DMI_MATCH(DMI_BIOS_VERSION,"1SET61WW") }, (void*)1},
++	{ set_max_cstate, "IBM ThinkPad R40e", {
++	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
++	  DMI_MATCH(DMI_BIOS_VERSION,"1SET68WW") }, (void*)1},
+ 	{ set_max_cstate, "Medion 41700", {
+ 	  DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
+ 	  DMI_MATCH(DMI_BIOS_VERSION,"R01-A1J") }, (void*)1},




More information about the fedora-cvs-commits mailing list