All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch for ThinkPad R40e
@ 2006-05-29 11:16 Bartlomiej Swiercz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Swiercz @ 2006-05-29 11:16 UTC (permalink / raw)
  To: len.brown; +Cc: linux-acpi

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

Hello,

This very simple and obvious patch for the ThinkPad R40e with the latest
bios version. This patch adds entry for the latest bios version to the
processor_power_dmi_table[] table (file:
drivers/acpi/processor_idle.c). 

-- 
Pozdrawiam/Regards,
Bartlomiej Swiercz

[-- Attachment #2: acpi_thinkpad_r40e.patch --]
[-- Type: text/x-patch, Size: 648 bytes --]

--- linux/drivers/acpi/processor_idle.c.orig	2006-05-22 20:04:35.000000000 +0200
+++ linux/drivers/acpi/processor_idle.c	2006-05-29 01:10:31.000000000 +0200
@@ -99,6 +99,9 @@ static int set_max_cstate(struct dmi_sys
 static struct dmi_system_id __cpuinitdata processor_power_dmi_table[] = {
 	{ set_max_cstate, "IBM ThinkPad R40e", {
 	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
+	  DMI_MATCH(DMI_BIOS_VERSION,"1SET70WW")}, (void *)1},
+	{ set_max_cstate, "IBM ThinkPad R40e", {
+	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
 	  DMI_MATCH(DMI_BIOS_VERSION,"1SET60WW")}, (void *)1},
 	{ set_max_cstate, "IBM ThinkPad R40e", {
 	  DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Patch for ThinkPad R40e
@ 2006-06-28  7:32 Brown, Len
  0 siblings, 0 replies; 2+ messages in thread
From: Brown, Len @ 2006-06-28  7:32 UTC (permalink / raw)
  To: Bartlomiej Swiercz; +Cc: linux-acpi

applied.
thanks,
-len 

>-----Original Message-----
>From: Bartlomiej Swiercz [mailto:swierczu@dmcs.p.lodz.pl] 
>Sent: Monday, May 29, 2006 7:16 AM
>To: Brown, Len
>Cc: linux-acpi@vger.kernel.org
>Subject: Patch for ThinkPad R40e
>
>Hello,
>
>This very simple and obvious patch for the ThinkPad R40e with 
>the latest
>bios version. This patch adds entry for the latest bios version to the
>processor_power_dmi_table[] table (file:
>drivers/acpi/processor_idle.c). 
>
>-- 
>Pozdrawiam/Regards,
>Bartlomiej Swiercz
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-28  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-29 11:16 Patch for ThinkPad R40e Bartlomiej Swiercz
2006-06-28  7:32 Brown, Len

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.