]> git.baikalelectronics.ru Git - kernel.git/commit
media: rc: per-protocol repeat period
authorSean Young <sean@mess.org>
Wed, 9 Aug 2017 17:19:16 +0000 (13:19 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 20 Aug 2017 13:58:50 +0000 (09:58 -0400)
commit6a677a7253343949af0b43659449b228f64fe5f8
tree675791f5e949f59eb9a17a42ca1fa0eb7c7a3fb2
parentfd58eb40d5a45072652cba97bd0d0ff1c74b5988
media: rc: per-protocol repeat period

CEC needs a keypress timeout of 550ms, which is too high for the IR
protocols. Also fill in known repeat times, with 50ms error margin.

Also, combine all protocol data into one structure.

Signed-off-by: Sean Young <sean@mess.org>
Suggested-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/rc-main.c