All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Swiercz <swierczu@dmcs.p.lodz.pl>
To: len.brown@intel.com
Cc: linux-acpi@vger.kernel.org
Subject: Patch for ThinkPad R40e
Date: Mon, 29 May 2006 13:16:28 +0200	[thread overview]
Message-ID: <1148901389.4554.13.camel@lap> (raw)

[-- 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"),

             reply	other threads:[~2006-05-29 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-29 11:16 Bartlomiej Swiercz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-28  7:32 Patch for ThinkPad R40e Brown, Len

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1148901389.4554.13.camel@lap \
    --to=swierczu@dmcs.p.lodz.pl \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.