1
0
Fork 0

touch: cyttsp5: increase CY_HID_OUTPUT_TIMEOUT to 1000ms

The firmware upgrade testing discovers that 200ms CY_HID_OUTPUT_TIMEOUT
is not good enough, and causes suspend scanning call in
cyttsp5_get_ic_crc_() fail.  Let's increase it to 1000ms as per vendor's
suggestion.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
pull/10/head
Shawn Guo 2019-11-21 15:47:46 +08:00 committed by Steinar Bakkemo
parent 1adec42136
commit af6f07c690
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
#ifdef VERBOSE_DEBUG
#define CY_HID_OUTPUT_TIMEOUT 2000
#else
#define CY_HID_OUTPUT_TIMEOUT 200
#define CY_HID_OUTPUT_TIMEOUT 1000
#endif
#define CY_HID_OUTPUT_START_BOOTLOADER_TIMEOUT 2000
#define CY_HID_OUTPUT_USER_TIMEOUT 8000