diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c index d13a79eca777..0195dd5ac078 100644 --- a/drivers/media/IR/imon.c +++ b/drivers/media/IR/imon.c @@ -2067,6 +2067,7 @@ static void imon_get_ffdc_type(struct imon_context *ictx) detected_display_type = IMON_DISPLAY_TYPE_VFD; break; /* iMON LCD, MCE IR */ + case 0x9e: case 0x9f: dev_info(ictx->dev, "0xffdc iMON LCD, MCE IR"); detected_display_type = IMON_DISPLAY_TYPE_LCD;