Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f095865 authored by Vasily Khoruzhick's avatar Vasily Khoruzhick Committed by Dmitry Torokhov
Browse files

Input: s3c24xx_ts - re-enable IRQ on resume



IRQ should be re-enabled on resume, otherwise driver stops reporting events.

Signed-off-by: default avatarVasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent e87a344d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)