From: Hans Verkuil <hans.verkuil@xxxxxxxxx> The CEC remote control passthrough behavior was not correct in the case of the 'Press and Hold' auto-repeat feature. This patch series fixes this. The first patch teaches rc about the CEC protocol keypress timeout (550 ms). The second improves the cec rc code so that it creates the correct behavior as required by CEC. Regards, Hans Hans Verkuil (2): rc-main: support CEC protocol keypress timeout cec: fix remote control passthrough drivers/media/cec/cec-adap.c | 56 ++++++++++++++++++++++++++++++++++++++++---- drivers/media/cec/cec-core.c | 13 ++++++++++ drivers/media/rc/rc-main.c | 17 ++++++++++++-- include/media/cec.h | 5 ++++ 4 files changed, 84 insertions(+), 7 deletions(-) -- 2.13.2