예제 #1
0
static int htc_headset_mgr_resume(struct platform_device *pdev)
{
	HS_DBG();
	if (hi->one_wire_mode)
		hs_notify_key_irq();
	return 0;
}
static void button_pmic_work_func(struct work_struct *work)
{
	HS_DBG();
	hs_notify_key_irq();
}