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:
381f3f1
)
Input: polled device - do not start polling if interval is zero
author
Samu Onkalo
<samu.p.onkalo@nokia.com>
Mon, 23 Nov 2009 18:01:33 +0000
(10:01 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 23 Nov 2009 18:16:09 +0000
(10:16 -0800)
If the poll interval is set to 0 via new sysfs entry and device is
opened after that, polling is started with interval 0. This causes
huge CPU load. Same happens if the rate was 0 when the device was
closed and then reopened.
Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found