Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180846
b: refs/heads/master
c: b32758c
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Chatty authored and Jiri Kosina committed Feb 10, 2010
1 parent 59e25c5 commit 5381967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eabe5c90580a065aed8ce6a5ba53eb443d317fae
refs/heads/master: b32758c7216f337044ceb6dcaa754b8eda95a59f
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-stantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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;
}


Expand Down

0 comments on commit 5381967

Please sign in to comment.