The PM_EVENT_RESUME state is needed when SM750 resume, otherwise it
will be failed in the second time of continuous suspend/resume.

Cc: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Signed-off-by: Binbin Zhou <zho...@lemote.com>
Reviewed-by: Huacai Chen <che...@lemote.com>
Reviewed-by: Teddy Wang <teddy.w...@siliconmotion.com>
---
 drivers/staging/sm750fb/sm750.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index 07f8afd..24149d4 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -511,6 +511,7 @@ static int lynxfb_resume(struct pci_dev *pdev)
                fb_set_suspend(info, 0);
        }
 
+       pdev->dev.power.power_state.event = PM_EVENT_RESUME;
        console_unlock();
        return ret;
 }
-- 
2.4.6




_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to