Skip to content

Commit

Permalink
ft5x: change reset delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
yanggq authored and yanggq committed Nov 28, 2011
1 parent f7a15a3 commit 92ce1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/input/touchscreen/ft5x_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ static int key_val = 0;
#define CTP_IRQ_NO (IRQ_EINT21)
#define CTP_IRQ_MODE (NEGEGIVE_EDGE)
#define CTP_NAME FT5X_NAME
#define TS_RESET_LOW_PERIOD (15)
#define TS_INITIAL_HIGH_PERIOD (15)
#define TS_RESET_LOW_PERIOD (20)
#define TS_INITIAL_HIGH_PERIOD (10)
#define TS_WAKEUP_LOW_PERIOD (15)
#define TS_WAKEUP_HIGH_PERIOD (15)
#define TS_POLL_DELAY (10) /* ms delay between samples */
Expand Down

0 comments on commit 92ce1c3

Please sign in to comment.