The patch titled savagefb: Fix resume has been added to the -mm tree. Its filename is savagefb-add-state-save-and_restore-hooks-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> One line which is critical for resume from standby/suspend was accidentally removed. Bring it back. BTW, resuming savagefb properly from S3 may require acpi_sleep=s3_bios. Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/savage/savagefb_driver.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/video/savage/savagefb_driver.c~savagefb-add-state-save-and_restore-hooks-fix drivers/video/savage/savagefb_driver.c --- devel/drivers/video/savage/savagefb_driver.c~savagefb-add-state-save-and_restore-hooks-fix 2006-04-23 15:37:40.000000000 -0700 +++ devel-akpm/drivers/video/savage/savagefb_driver.c 2006-04-23 15:37:40.000000000 -0700 @@ -2392,6 +2392,7 @@ static int savagefb_resume (struct pci_d pci_set_master(dev); savage_enable_mmio(par); savage_init_hw(par); + savagefb_set_par(info); fb_set_suspend (info, 0); savagefb_blank(FB_BLANK_UNBLANK, info); release_console_sem(); _ Patches currently in -mm which might be from adaplas@xxxxxxxxx are origin.patch savagefb-allocate-space-for-current-and-saved-register.patch savagefb-add-state-save-and_restore-hooks.patch savagefb-add-state-save-and_restore-hooks-fix.patch suspend-documentation-update-for-ibm-thinkpad-x30.patch asiliantfb-add-help-text-in-kconfig.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