Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input: edt_ft5x06 - change msleep to usleep_range for small msecs
msleep(1~20) may not do what the caller intends, and will often sleep longer (~20 ms actual sleep for any value given in the 1~20ms range). This is not the desired behaviour for many cases like device resume time, device suspend time, device enable time, retry logic, etc. Thus, change msleep to usleep_range for precise wakeups. Signed-off-by: Aniroop Mathur <[email protected]> Acked-by: Simon Budig <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
- Loading branch information