static int wacom_reset_hw(void)
{
	wacom_suspend_hw();
	msleep(100);
	wacom_resume_hw();

	return 0;
}
static int wacom_reset_hw(void)
{
	printk(KERN_ERR "epen: %s,%d \n", __func__, __LINE__);

	wacom_suspend_hw();
	msleep(100);
	wacom_resume_hw();

	return 0;
}