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

Jerome Poggi linux-thinkpad@linux-thinkpad.org
Mon, 7 Feb 2005 13:37:08 +0100


On Sat, 05 Feb 2005, obi wrote:
> Good idea: here is mine
> 
> 	.ident = "IBM ThinkPad T41 (2378-DEU)",
> 	.matches = {
> 		DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
> 		DMI_MATCH(DMI_PRODUCT_NAME, "2378DEU"),
> 	},

see mine :

                .ident = "IBM ThinkPad T42 (2373-FWG)",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
                        DMI_MATCH(DMI_PRODUCT_NAME, "2373FWG"),
                },

Jerome.