From: Benson Leung <bleung@xxxxxxxxxxxx> 175ms is not enough time to update the firmware. Set to 500ms. Signed-off-by: Benson Leung <bleung@xxxxxxxxxxxx> --- drivers/input/touchscreen/atmel_mxt_ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index ef867d3..0cf9ff1 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c @@ -180,7 +180,7 @@ #define MXT_BACKUP_TIME 25 /* msec */ #define MXT_RESET_TIME 65 /* msec */ -#define MXT_FWRESET_TIME 175 /* msec */ +#define MXT_FWRESET_TIME 500 /* msec */ /* Command to unlock bootloader */ #define MXT_UNLOCK_CMD_MSB 0xaa -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html