Commit 8cd7bf33 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (7269): cx88: Powercolor Angel works only with firmware version 2.5

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 23fb348d
......@@ -2383,6 +2383,10 @@ static void cx88_card_setup(struct cx88_core *core)
ctl.max_len = 64;
switch (core->boardnr) {
case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
/* Doesn't work with firmware version 2.7 */
ctl.fname = "xc3028-v25.fw";
break;
case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
ctl.scode_table = XC3028_FE_ZARLINK456;
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment