Re: [PATCH] Input: mark serio and i8042 as suspended when hibernating too.
From: Rafael J. Wysocki <hidden>
Date: 2009-07-08 11:06:46
Also in:
lkml
From: Rafael J. Wysocki <hidden>
Date: 2009-07-08 11:06:46
Also in:
lkml
On Wednesday 08 July 2009, Dmitry Torokhov wrote:
On Tue, Jul 07, 2009 at 12:40:42AM +0200, Rafael J. Wysocki wrote:quoted
On Sunday 05 July 2009, Thadeu Lima de Souza Cascardo wrote:quoted
serio ports are not being restarted any longer because resume operations after hibernate do nothing, since the device has not been marked as suspended. This happens because suspend is only considering the SUSPEND event but not the FREEZE event. Note that this driver has still to migrate to dev_pm_ops, but this fixes this particular bug now.Hmm, this looks like a fix for: http://bugzilla.kernel.org/show_bug.cgi?id=13643 Any objections to merging it through the suspend tree?Oops, just applied it to mine before reading your mail... I hope Linus will pick my pull request soon so it won't matter thoough.
No problem, I haven't added it to my for-linus branch yet. Best, Rafael