mirror of https://gitee.com/openkylin/linux.git
Input: s3c24xx_ts - re-enable IRQ on resume
IRQ should be re-enabled on resume, otherwise driver stops reporting events. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
e87a344d0e
commit
2f09586557
|
@ -401,6 +401,7 @@ static int s3c2410ts_resume(struct device *dev)
|
|||
struct s3c2410_ts_mach_info *info = pdev->dev.platform_data;
|
||||
|
||||
clk_enable(ts.clock);
|
||||
enable_irq(ts.irq_tc);
|
||||
|
||||
/* Initialise registers */
|
||||
if ((info->delay & 0xffff) > 0)
|
||||
|
|
Loading…
Reference in New Issue