aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-cards.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c
index 09d4376c2e05..cdda11ddf145 100644
--- a/drivers/media/video/cx23885/cx23885-cards.c
+++ b/drivers/media/video/cx23885/cx23885-cards.c
@@ -109,6 +109,10 @@ struct cx23885_board cx23885_boards[] = {
109 .gpio0 = 0xff02, 109 .gpio0 = 0xff02,
110 }}, 110 }},
111 }, 111 },
112 [CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP] = {
113 .name = "DViCO FusionHDTV5 Express",
114 .portc = CX23885_MPEG_DVB,
115 },
112}; 116};
113const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards); 117const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards);
114 118
@@ -136,6 +140,10 @@ struct cx23885_subid cx23885_subids[] = {
136 .subvendor = 0x0070, 140 .subvendor = 0x0070,
137 .subdevice = 0x7911, 141 .subdevice = 0x7911,
138 .card = CX23885_BOARD_HAUPPAUGE_HVR1250, 142 .card = CX23885_BOARD_HAUPPAUGE_HVR1250,
143 },{
144 .subvendor = 0x18ac,
145 .subdevice = 0xd500,
146 .card = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP,
139 }, 147 },
140}; 148};
141const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids); 149const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids);