The patch titled radeonfb supend/resume support for Acer Aspire 2010 has been added to the -mm tree. Its filename is radeonfb-supend-resume-support-for-acer-aspire-2010.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: radeonfb supend/resume support for Acer Aspire 2010 From: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@xxxxxxx> This patch adds suspend/resume support for the graphics chip in the Acer Aspire 2010: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] 01:00.0 0300: 1002:4e50 (prog-if 00 [VGA]) Subsystem: 1025:0061 Flags: bus master, 66MHz, medium devsel, latency 128, IRQ 16 Memory at a8000000 (32-bit, prefetchable) [size=128M] I/O ports at c100 [size=256] Memory at e0010000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at a0000000 [disabled] [size=128K] Capabilities: [58] AGP version 2.0 Capabilities: [50] Power Management version 2 Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@xxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: "Benjamin A. Okopnik" <ben@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/aty/radeon_pm.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/video/aty/radeon_pm.c~radeonfb-supend-resume-support-for-acer-aspire-2010 drivers/video/aty/radeon_pm.c --- a/drivers/video/aty/radeon_pm.c~radeonfb-supend-resume-support-for-acer-aspire-2010 +++ a/drivers/video/aty/radeon_pm.c @@ -86,6 +86,9 @@ static struct radeon_device_id radeon_wo BUGFIX("Samsung P35", PCI_VENDOR_ID_SAMSUNG, 0xc00c, radeon_pm_off, radeon_reinitialize_M10), + BUGFIX("Acer Aspire 2010", + PCI_VENDOR_ID_AI, 0x0061, + radeon_pm_off, radeon_reinitialize_M10), { .ident = NULL } }; _ Patches currently in -mm which might be from c-d.hailfinger.devel.2006@xxxxxxx are radeonfb-supend-resume-support-for-acer-aspire-2010.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html