aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSean Young <[email protected]>2018-03-25 11:45:40 -0400
committerMauro Carvalho Chehab <[email protected]>2018-04-20 09:17:43 -0400
commitc421c62a4a08aba220ad7176ef4aa4b0ced9480a (patch)
tree9998236a1c2a06d1647360108450252b911347dd /tools/perf/scripts/python
parent284922562b8170a030fb130ead98224f7211d1ef (diff)
media: rc: mce_kbd decoder: low timeout values cause double keydowns
The mce keyboard repeats pressed keys every 100ms. If the IR timeout is set to less than that, we send key up events before the repeat arrives, so we have key up/key down for each IR repeat. The keyboard ends any sequence with a 0 scancode, in which case all keys are cleared so there is no need to run the timeout timer: it only exists for the case that the final 0 was not received. Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions