[ltp] [ACPI] Thinkpad radeon_pm.c patches (T40 2373-8CG with this setup is not affected by the power drain)

Pete Toscano linux-thinkpad@linux-thinkpad.org
Fri, 04 Feb 2005 09:26:04 -0500


Bob Alexander wrote:
> To do a useful work someone should input all/most/many Thinkpads with a 
> Radeon types/models into the patch (I do not know how to do that).

I was thinking about this myself.  If people want to send me their 
machine's stanzas, I'll start collecting them and adding them to the 
drivers/video/aty/radeon_pm.c patch (radeonfb-thinkpad-pm-2.patch).  So 
far, I've just added my own.  I'll be sure to keep passing this on to 
the maintainer of this file (Paul? Ben?)

I can't test everyone's info, so please test on your own and only send 
me the stanza when you've tested on your own box.

Here's the little bit I've got....

.ident = "IBM ThinkPad T40 (2373-94U)",
.matches = {
         DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
         DMI_MATCH(DMI_PRODUCT_NAME, "237394U"),
},

.ident = "IBM ThinkPad T41 (2373-2FG)",
.matches = {
         DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
         DMI_MATCH(DMI_PRODUCT_NAME, "23732FG"),
},

.ident = "IBM ThinkPad T41 (2379-DJU)",
.matches = {
         DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
         DMI_MATCH(DMI_PRODUCT_NAME, "2379DJU"),
},

pete