aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2017-11-21 15:51:39 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-14 10:35:29 -0500
commit6d4a36d183fe1ca051961e1e4a79853427605a01 (patch)
treead3c9309eea364510ddc8064b76ad225cfbd4a53 /drivers/media/rc
parentmedia: winbond-cir: Fix pnp_irq's error checking for wbcir_probe (diff)
downloadlinux-dev-6d4a36d183fe1ca051961e1e4a79853427605a01.tar.xz
linux-dev-6d4a36d183fe1ca051961e1e4a79853427605a01.zip
media: imon: auto-config ffdc 30 device
Another device with the 0xffdc device id, this one with 0x30 in the config byte. Its an iMON VFD + iMON IR (it does not understand rc6). Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/imon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c
index c7a19a8fa77e..2c26d917fe0f 100644
--- a/drivers/media/rc/imon.c
+++ b/drivers/media/rc/imon.c
@@ -1956,6 +1956,7 @@ static void imon_get_ffdc_type(struct imon_context *ictx)
break;
/* iMON VFD, iMON IR */
case 0x24:
+ case 0x30:
case 0x85:
dev_info(ictx->dev, "0xffdc iMON VFD, iMON IR");
detected_display_type = IMON_DISPLAY_TYPE_VFD;