[ltp] Radeon and ACPI S3 on 2373-2GG
Ulrich Kuehn
linux-thinkpad@linux-thinkpad.org
Mon, 21 Feb 2005 10:03:58 +0100
Hi,
To add another data point to the radeon whitelist:
Using kernel 2.6.11-rc4-bk4 my T41 (Radeon Mobility 7500 M7) now works
great with the radeon acpi patches (+ software suspend2). It now
consumes only about 550 mW of battery power in S3.
Here is my whitelist entry:
+ {
+ .ident = "IBM ThinkPad T41 (2373-2GG)",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "23732GG"),
+ },
+ },
Have fun
Ulrich