Skip to content

Commit

Permalink
Increased max gestures to 30
Browse files Browse the repository at this point in the history
Reduced fingers per gesture to 5
  • Loading branch information
Tungstwenty committed Aug 18, 2012
1 parent 5f9e96c commit 82d7e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/input/touchscreen/mxt224_u1.c
Expand Up @@ -207,8 +207,8 @@ struct mxt224_data {

#ifdef CONFIG_TOUCHSCREEN_GESTURES

#define MAX_GESTURES 10
#define MAX_GESTURE_FINGERS MAX_USING_FINGER_NUM
#define MAX_GESTURES 30
#define MAX_GESTURE_FINGERS 5
#define MAX_GESTURE_STEPS 10

// Definitions
Expand Down

0 comments on commit 82d7e82

Please sign in to comment.