[PATCH v2 0/2] media: rc: add keymap and bindings for Dreambox remotes

From: Christian Hewitt
Date: Fri Feb 03 2023 - 04:34:24 EST


This series adds bindings and common keymap for the Dreambox RC10/RC0
and RC20/RC-BT remote devices.

Changes since v1:
- Split bindings and keymap into separate patches
- Revise keymap description to clarify non-IR keys and mappings
- Revise tagging and key ordering in the keymap

In v1 the RC10/RC0 keymap is incorrectly tagged as RC20/RC-BT and vice
versa, resulting in some missing //RADIO and //TV keys. Correcting the
tagging then reordering the keys to match physical layouts [0] and [1]
results in no missing keys. The keymaps worked, but I've gotten things
confused when translating from Emanuel's original keymap. So apologies
for the confusion.

Christian Hewitt (1):
dt-bindings: media: rc: add rc-dreambox binding

Emanuel Strobel (1):
media: rc: add common keymap for Dreambox RC10/RC0 and RC20/RC-BT
remotes

.../devicetree/bindings/media/rc.yaml | 1 +
drivers/media/rc/keymaps/Makefile | 1 +
drivers/media/rc/keymaps/rc-dreambox.c | 151 ++++++++++++++++++
include/media/rc-map.h | 1 +
4 files changed, 154 insertions(+)
create mode 100644 drivers/media/rc/keymaps/rc-dreambox.c

--
2.34.1