Skip to content

Commit

Permalink
Input: s3c24xx_ts - re-enable IRQ on resume
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vasily Khoruzhick authored and Dmitry Torokhov committed Feb 19, 2010
1 parent e87a344 commit 2f09586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/touchscreen/s3c2410_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f09586

Please sign in to comment.