Re: [PATCH 1/2] Input: atmel_mxt_ts - Increase the wait times for backup and reset
From: Iiro Valkonen <hidden>
Date: 2011-04-01 13:44:14
From: Iiro Valkonen <hidden>
Date: 2011-04-01 13:44:14
On 03/21/2011 02:11 PM, Joonyoung Shim wrote:
quoted
-#define MXT_BACKUP_TIME 25 /* msec */ -#define MXT_RESET_TIME 65 /* msec */ +#define MXT_BACKUP_TIME 270 /* msec */ +#define MXT_RESET_TIME 350 /* msec */I wonder mXT cycle time is alterable and if reset and backup time is desided by mXT cycle time, i think they can be used to variable.
I agree, waiting for 270 + 350 ms might be overkill. The correct way to do this would be to wait for the chip to indicate it has completed the backup and reset. I will send a new patch that implements this. BR, -- Iiro