[Bug 18095] Re: Kernel patch to expand ACPI blacklist for Thinkpad R40e laptop

Martin West martin at objectgizmos.com
Sat Oct 4 11:32:43 UTC 2008


This still occurs on 8.04. Im just trying to turn a R40E into a mythtv
client

There is a better solution which I pioneered. Its described in the referenced bug
http://bugzilla.kernel.org/show_bug.cgi?id=3549#49

copied here for reference

1SET worked on my machine, table now looks like

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,"1SET") }, (void*)1},
        { set_max_cstate, "Medion 41700", {
          DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
          DMI_MATCH(DMI_BIOS_VERSION,"R01-A1J")}, (void *)1},
        { set_max_cstate, "Clevo 5600D", {
          DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
          DMI_MATCH(DMI_BIOS_VERSION,"SHE845M0.86C.0013.D.0302131307")},
         (void *)2},
        {},
};

-- 
Kernel patch to expand ACPI blacklist for Thinkpad R40e laptop
https://bugs.launchpad.net/bugs/18095
You received this bug notification because you are a member of Kernel
Bugs, which is a direct subscriber.




More information about the kernel-bugs mailing list