Hi Kim, On Fri, Nov 19, 2010 at 03:22:18PM +0900, Kim, HeungJun wrote: > This patch supports suspend/resume functions for mcs5080 touchkey > driver. > ... > @@ -181,6 +188,9 @@ static int __devinit mcs_touchkey_probe(struct i2c_client *client, > goto err_free_irq; > > i2c_set_clientdata(client, data); > + > + pm_runtime_set_active(&client->dev); > + Why is this required? Won't this effectively disable PM suspend/resume? Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html