Message ID | tencent_3A0D41063A178C639FED0736A3D292134008@qq.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v5,1/4] media: rc: add keymap for MagicBox M16S remote | expand |
I will change the title to: dt-bindings: media: rc: add keymap for MagicBox M16S remote next version. On Mon, Jul 25, 2022 at 07:17:01AM +0800, Zhang Ning wrote: > MagicBox M16S Tv box shipped with a simple NEC remote. > it has a key labeled "M", used as Magic key in vendor OS. > This has mapped to KEY_MUTE. > > Signed-off-by: Zhang Ning <zhangn1985@qq.com> > --- > Documentation/devicetree/bindings/media/rc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml > index d4c541c4b164..6491d1bdbac7 100644 > --- a/Documentation/devicetree/bindings/media/rc.yaml > +++ b/Documentation/devicetree/bindings/media/rc.yaml > @@ -90,6 +90,7 @@ properties: > - rc-kworld-plus-tv-analog > - rc-leadtek-y04g0051 > - rc-lme2510 > + - rc-magicbox > - rc-manli > - rc-mecool-kii-pro > - rc-mecool-kiii-pro > -- > 2.35.1 >
diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml index d4c541c4b164..6491d1bdbac7 100644 --- a/Documentation/devicetree/bindings/media/rc.yaml +++ b/Documentation/devicetree/bindings/media/rc.yaml @@ -90,6 +90,7 @@ properties: - rc-kworld-plus-tv-analog - rc-leadtek-y04g0051 - rc-lme2510 + - rc-magicbox - rc-manli - rc-mecool-kii-pro - rc-mecool-kiii-pro
MagicBox M16S Tv box shipped with a simple NEC remote. it has a key labeled "M", used as Magic key in vendor OS. This has mapped to KEY_MUTE. Signed-off-by: Zhang Ning <zhangn1985@qq.com> --- Documentation/devicetree/bindings/media/rc.yaml | 1 + 1 file changed, 1 insertion(+)