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

obi linux-thinkpad@linux-thinkpad.org
Sat, 5 Feb 2005 00:10:33 -0800


On Fri, Feb 04, 2005 at 09:26:04AM -0500, Pete Toscano wrote:
> 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"),
> },

Good idea: here is mine

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

graziano

> 
> pete
> -- 
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
>