Ondrej Zary wrote: > On Saturday 18 July 2009 20:06:54 Alan Jenkins wrote: > >> Thanks for the hibernation fix! Until recently I thought my floppy was >> just dead. Unfortunately, the fix seems to cause me errors on resume >> from suspend to ram. The floppy works fine afterwards, it just spams >> the log. >> >> On 2.6.30 there were no errors, and the floppy survived suspend-to-ram. >> So I guess the quick fix would be to only do the fix-up on resume from >> hibernation, and not suspend-to-ram. >> > > My machine has no suspend-to-RAM so I haven't tested it. > > That would be probably the correct fix. But how to do it? AFAIK, there's only > one suspend() and one resume() for everything. And that looks very wrong as > resume-from-hibernation is fundamentally different from resume-from-RAM. > Ok. Looking at drivers/base/platform.c, we want "restore()". I guess I can do the patch myself :-). Thanks Alan -- To unsubscribe from this list: send the line "unsubscribe kernel-testers" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html