提交 2f095865 编写于 作者: V Vasily Khoruzhick 提交者: Dmitry Torokhov

Input: s3c24xx_ts - re-enable IRQ on resume

IRQ should be re-enabled on resume, otherwise driver stops reporting events.
Signed-off-by: NVasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 e87a344d
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册