summaryrefslogtreecommitdiff
path: root/bpfc/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+4
mathur@samsung.com>2016-12-18 15:27:16 -0800 committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-18 15:55:57 -0800 commit67626c9323027534496d21cf32793121662d03c0 (patch) tree7442a44ff9d4912fcf7e33bd2457a87f1defe7a5 parent41c567a5d7d1a986763e58c3394782813c3bcb03 (diff)
Input: synaptics_i2c - 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 <a.mathur@samsung.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat