diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 13:45:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:45 -0400 |
commit | 8cd7bf333671196e191bda62907b3b26e21da395 (patch) | |
tree | 73366d36ca0c15031480b3ff3671c2666f5518b0 /drivers/media/video/cx88 | |
parent | 23fb348d00da9c1558b4a9b234b9ac941091b0f1 (diff) |
V4L/DVB (7269): cx88: Powercolor Angel works only with firmware version 2.5
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 350c402920e..dbfaabb3e2e 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -2383,6 +2383,10 @@ static void cx88_card_setup(struct cx88_core *core) | |||
2383 | ctl.max_len = 64; | 2383 | ctl.max_len = 64; |
2384 | 2384 | ||
2385 | switch (core->boardnr) { | 2385 | switch (core->boardnr) { |
2386 | case CX88_BOARD_POWERCOLOR_REAL_ANGEL: | ||
2387 | /* Doesn't work with firmware version 2.7 */ | ||
2388 | ctl.fname = "xc3028-v25.fw"; | ||
2389 | break; | ||
2386 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: | 2390 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: |
2387 | ctl.scode_table = XC3028_FE_ZARLINK456; | 2391 | ctl.scode_table = XC3028_FE_ZARLINK456; |
2388 | break; | 2392 | break; |