Re: [PATCH 1/2] rc-main: support CEC protocol keypress timeout

2017-08-07 Thread Sean Young
On Mon, Aug 07, 2017 at 03:31:23PM +0200, Hans Verkuil wrote: > From: Hans Verkuil > > The CEC protocol has a keypress timeout of 550ms. Add support for this. > > Note: this really should be defined in a protocol struct. That is a good point, the names of the protocol variants and scancode bits

[PATCH 1/2] rc-main: support CEC protocol keypress timeout

2017-08-07 Thread Hans Verkuil
From: Hans Verkuil The CEC protocol has a keypress timeout of 550ms. Add support for this. Note: this really should be defined in a protocol struct. Signed-off-by: Hans Verkuil --- drivers/media/rc/rc-main.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git