]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] imon: fix other RC type protocol support
authorUlrich Eckhardt <uli-lirc@uli-eckhardt.de>
Fri, 10 Oct 2014 16:27:32 +0000 (13:27 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 3 Nov 2014 12:56:51 +0000 (10:56 -0200)
commitd358aefdc0cc92b16ced449f998dbad639db6809
treef17b35f0aaa93c3d8f07a56c280fe3dbfbc131de
parent4cdd32b4ba101ae07331f2058b20d7ce0ecc4961
[media] imon: fix other RC type protocol support

With kernel 3.17 the imon remote control for device 15c2:0034 does not
work anymore, which uses the OTHER protocol. Only the front panel
buttons which uses the RC6 protocol are working.

Adds the missing comparison for the RC_BIT_OTHER.

Cc: stable@vger.kernel.org # for Kernel 3.17
Signed-off-by: Ulrich Eckhardt <uli@uli-eckhardt.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/imon.c