aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAniroop Mathur <[email protected]>2017-01-04 10:57:51 -0800
committerDmitry Torokhov <[email protected]>2017-01-06 10:31:52 -0800
commit0eeecf60394928b48806b081d4bea1a18db9318c (patch)
tree1251fe0f657d83a6144176edafa81fa2369b06c1 /tools/perf/scripts/python/export-to-postgresql.py
parentc01b5e7464f0cf20936d7467c7528163c4e2782d (diff)
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]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions