git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f42380
)
Input: cyapa - fix setting suspend scan rate
author
Dudley Du
<dudl@cypress.com>
Mon, 20 Apr 2015 17:00:05 +0000
(10:00 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 20 Apr 2015 17:30:09 +0000
(10:30 -0700)
The suspend scan rate value should not exceed 1000, unfortunately when
implementing the limit we used max_t instead of min_t, causing the value to
be at least 1000.
Signed-off-by: Dudley Du <dudl@cypress.com>
Reviewed-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
No differences found