NAK this entry has already been added elsewhere in the table in the acpi release tree waiting for Linus. http://kernel.org/git/?p=linux/kernel/git/lenb/linux-acpi-2.6.git;a=comm it;h=f831335d42a9aed26449a264266763fb542dbbe3 -Len >-----Original Message----- >From: akpm@xxxxxxxx [mailto:akpm@xxxxxxxx] >Sent: Friday, June 30, 2006 5:15 AM >To: Brown, Len >Cc: linux-acpi@xxxxxxxxxxxxxxx; akpm@xxxxxxxx; >randy.dunlap@xxxxxxxxxx; bcollins@xxxxxxxxxx; Yu, Luming >Subject: [patch 3/6] acpi: Add IBM R60E laptop to proc-idle blacklist > >From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> > >Reference: >https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.1 >5/+bug/38228 >http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-d apper.git;a=commit;h=ce5e62bc55056049d192c422b6032f6a406e0ba2 > >Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx> >Cc: "Brown, Len" <len.brown@xxxxxxxxx> >Cc: "Yu, Luming" <luming.yu@xxxxxxxxx> >Signed-off-by: Andrew Morton <akpm@xxxxxxxx> >--- > > drivers/acpi/processor_idle.c | 3 +++ > 1 file changed, 3 insertions(+) > >diff -puN >drivers/acpi/processor_idle.c~acpi-add-ibm-r60e-laptop-to-proc- >idle-blacklist drivers/acpi/processor_idle.c >--- >a/drivers/acpi/processor_idle.c~acpi-add-ibm-r60e-laptop-to-pro >c-idle-blacklist >+++ a/drivers/acpi/processor_idle.c >@@ -145,6 +145,9 @@ static struct dmi_system_id __cpuinitdat > { set_max_cstate, "IBM ThinkPad R40e", { > DMI_MATCH(DMI_BIOS_VENDOR,"IBM"), > DMI_MATCH(DMI_BIOS_VERSION,"1SET68WW") }, (void*)1}, >+ { set_max_cstate, "IBM ThinkPad R40e", { >+ DMI_MATCH(DMI_BIOS_VENDOR, "IBM"), >+ DMI_MATCH(DMI_BIOS_VERSION, "1SET70WW") }, (void*)1}, > { set_max_cstate, "Medion 41700", { > DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"), > DMI_MATCH(DMI_BIOS_VERSION,"R01-A1J")}, (void *)1}, >_ > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html