Re: [PATCH 1/3] media: mtk-cir: only allow protocols that have software decoders

2019-07-13 Thread Sean Wang
On Fri, Jul 12, 2019 at 3:47 PM Sean Young wrote: > > RC_PROTO_BIT_ALL includes protocols like unknown and other that do not > have IR decoders by definition. If these protocols are set in the > allowed_protocols, they will show in the protocols sysfs file but cannot > be enabled. > > Signed-off-b

[PATCH 1/3] media: mtk-cir: only allow protocols that have software decoders

2019-07-12 Thread Sean Young
RC_PROTO_BIT_ALL includes protocols like unknown and other that do not have IR decoders by definition. If these protocols are set in the allowed_protocols, they will show in the protocols sysfs file but cannot be enabled. Signed-off-by: Sean Young --- drivers/media/rc/mtk-cir.c | 2 +- 1 file ch