Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 842071c9 authored by Jarod Wilson's avatar Jarod Wilson Committed by Mauro Carvalho Chehab
Browse files

[media] imon: auto-config ffdc 7e device



Another device with the 0xffdc device id, this one with 0x7e in the
config byte. Its an iMON VFD + RC6 IR, in a CoolerMaster 260 case.

Reported-by: default avatarFilip Streibl <filip@streibl.cz>
Signed-off-by: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9800b5b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1751,6 +1751,7 @@ static void imon_get_ffdc_type(struct imon_context *ictx)
		break;
	/* iMON VFD, MCE IR */
	case 0x46:
	case 0x7e:
	case 0x9e:
		dev_info(ictx->dev, "0xffdc iMON VFD, MCE IR");
		detected_display_type = IMON_DISPLAY_TYPE_VFD;