Esempio n. 1
0
/* LGE_CHANGE_S, [email protected], 2011-04-13, Sync with P970 */
#ifdef CONFIG_HAS_EARLYSUSPEND /* 20110304 [email protected] late_resume_lcd [START] */
static void hub_proxi_early_suspend(struct early_suspend *h)
{
	printk("%s\n", __func__);
	hub_proxi_suspend(hub_proximity_client, PMSG_SUSPEND);
}
Esempio n. 2
0
/* LGE_CHANGE_S, [email protected], 2011-04-13, Sync with P970 */
#ifdef CONFIG_HAS_EARLYSUSPEND /* 20110304 [email protected] late_resume_lcd [START] */
static void hub_proxi_early_suspend(struct early_suspend *h)
{
	hub_proxi_suspend(hub_proximity_client, PMSG_SUSPEND);
}