]> www.infradead.org Git - users/dwmw2/linux.git/commit
media: rc: imon: Allow iMON RC protocol for ffdc 7e device
authorDarius Rad <alpha@area49.net>
Tue, 23 Jul 2019 16:37:46 +0000 (13:37 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 11:13:39 +0000 (13:13 +0200)
commit50ab41d72d3563c719e313caa1b64c69dc63da01
treed2933e91ee16aa23d4e84ac26e7898701df3fd35
parentb251e979c97911bd6c5e40bec16c2eb4d8ca2e6d
media: rc: imon: Allow iMON RC protocol for ffdc 7e device

[ Upstream commit b20a6e298bcb8cb8ae18de26baaf462a6418515b ]

Allow selecting the IR protocol, MCE or iMON, for a device that
identifies as follows (with config id 0x7e):

15c2:ffdc SoundGraph Inc. iMON PAD Remote Controller

As the driver is structured to default to iMON when both RC
protocols are supported, existing users of this device (using MCE
protocol) will need to manually switch to MCE (RC-6) protocol from
userspace (with ir-keytable, sysfs).

Signed-off-by: Darius Rad <alpha@area49.net>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/rc/imon.c