commit | b83bfd1b0127b0963fcac39280280e365e7e04d8 | [log] [tgz] |
---|---|---|
author | Sean Young <[email protected]> | Mon Aug 13 08:59:47 2012 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Mon Aug 13 16:19:12 2012 -0300 |
tree | 3a7d76ffb8844af1ce9ffb5299d6f2726699c3e5 | |
parent | 0938069fa08970f1c898970c1331a029efe9a1ce [diff] |
[media] rc: do not wake up rc thread unless there is something to do The TechnoTrend USB IR Receiver sends 125 ISO URBs per second, even when there is no IR activity. Reduce the number of wake ups from the other drivers too. This saves about 0.25ms/s on a 2.4GHz Core 2 according to powertop. Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>