summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/keymaps/rc-vega-s9x.c
Commit message (Collapse)AuthorAgeFilesLines
* media: rc: keymaps: add missing MODULE_DESCRIPTION to keymapsHans Verkuil2023-10-071-0/+1
| | | | | | | | | | | | | | | | | When building the modules 'modpost' warns about missing MODULE_DESCRIPTION. Since almost none of the rc keymap modules have this, it produces a lot of warnings. As a first step to fixing all media modules, add this line to all keymaps. The description should be a human-readable string describing the remote or the remote controller that the keymap can be used with. Note that keymaps/rc-cec.c is actually compiled into the rc-core, so that is the sole keymap source that didn't need this. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Sean Young <sean@mess.org>
* media: rc: add keymap for Tronsmart Vega S95/S96 remoteChristian Hewitt2019-10-161-0/+54
Add a keymap for the Tronsmart Vega S95 and S96 Android (Amlogic S905/S912) STB devices. Both use the same IR remote. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>