Message ID | 20200214085802.28742-1-mohammad.rasim96@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | add videostrong kii pro keymap | expand |
Hi Mohammad, Mohammad Rasim <mohammad.rasim96@gmail.com> writes: > Videostrong kii pro comes with a NEC remote control, this adds support > for this remote and also select it from the device dts With the bindings reviewed/ack'd I'll queue the DT patch (PATCH 3/3) via the amlogic tree, but the binding and driver patches need to go via the media subsystem. Thanks for the patches, Kevin > Changes since v1: > - fix styling issues > > Changes since v2: > - use KEY_VENDOR for mouse key > - use KEY_PVR instead of KEY_RECORD > - use KEY_APPSELECT for the launcher > - use KEY_TV for the tv app key > > Changes since v3: > - add a patch to use the keymap by the device's dts > > Changes since v4: > - add a patch to update the rc bindings > > Mohammad Rasim (3): > media: rc: add keymap for Videostrong KII Pro > dt-bindings: media: add new kii pro key map > arm64: dts: amlogic: add rc-videostrong-kii-pro keymap > > .../devicetree/bindings/media/rc.yaml | 1 + > .../boot/dts/amlogic/meson-gxbb-kii-pro.dts | 4 + > drivers/media/rc/keymaps/Makefile | 1 + > .../media/rc/keymaps/rc-videostrong-kii-pro.c | 83 +++++++++++++++++++ > include/media/rc-map.h | 1 + > 5 files changed, 90 insertions(+) > create mode 100644 drivers/media/rc/keymaps/rc-videostrong-kii-pro.c > > -- > 2.25.0