From 538196783eaca7d986caedfeee66560add5724c2 Mon Sep 17 00:00:00 2001 From: Stephane Chatty Date: Wed, 10 Feb 2010 12:09:17 +0100 Subject: [PATCH] --- yaml --- r: 180846 b: refs/heads/master c: b32758c7216f337044ceb6dcaa754b8eda95a59f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hid/hid-stantum.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b90a27313375..c003b85b9a26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eabe5c90580a065aed8ce6a5ba53eb443d317fae +refs/heads/master: b32758c7216f337044ceb6dcaa754b8eda95a59f diff --git a/trunk/drivers/hid/hid-stantum.c b/trunk/drivers/hid/hid-stantum.c index add965dab932..1b7b1659e7bb 100644 --- a/trunk/drivers/hid/hid-stantum.c +++ b/trunk/drivers/hid/hid-stantum.c @@ -147,7 +147,6 @@ static void stantum_filter_event(struct stantum_data *sd, input_mt_sync(input); sd->valid = false; - sd->first = false; /* touchscreen emulation */ if (sd->first) { @@ -158,6 +157,7 @@ static void stantum_filter_event(struct stantum_data *sd, input_event(input, EV_ABS, ABS_X, sd->x); input_event(input, EV_ABS, ABS_Y, sd->y); } + sd->first = false; }