Skip to content

Commit

Permalink
mxt224_u1: do not track gestures when the screen is off
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanmoral committed Nov 11, 2012
1 parent 9318f87 commit 278cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/mxt224_u1.c
Expand Up @@ -1335,7 +1335,7 @@ static void report_input_data(struct mxt224_data *data)
unsigned long flags; unsigned long flags;
bool track_gestures; bool track_gestures;


track_gestures = gestures_enabled; track_gestures = copy_data->mxt224_enabled;
#endif #endif


touch_is_pressed = 0; touch_is_pressed = 0;
Expand Down

0 comments on commit 278cd3e

Please sign in to comment.