mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08: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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user