mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 15:14:30 -04:00
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
621fa19a24
commit
6d4a36d183
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user