aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r--drivers/media/video/cx23885/cx23885-cards.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c
index 82fc2577b5ee..057ef36d5a63 100644
--- a/drivers/media/video/cx23885/cx23885-cards.c
+++ b/drivers/media/video/cx23885/cx23885-cards.c
@@ -357,6 +357,42 @@ static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
357 357
358 /* Make sure we support the board model */ 358 /* Make sure we support the board model */
359 switch (tv.model) { 359 switch (tv.model) {
360 case 22001:
361 /* WinTV-HVR1270 (PCIe, Retail, half height)
362 * ATSC/QAM and basic analog, IR Blast */
363 case 22009:
364 /* WinTV-HVR1210 (PCIe, Retail, half height)
365 * DVB-T and basic analog, IR Blast */
366 case 22011:
367 /* WinTV-HVR1270 (PCIe, Retail, half height)
368 * ATSC/QAM and basic analog, IR Recv */
369 case 22019:
370 /* WinTV-HVR1210 (PCIe, Retail, half height)
371 * DVB-T and basic analog, IR Recv */
372 case 22021:
373 /* WinTV-HVR1275 (PCIe, Retail, half height)
374 * ATSC/QAM and basic analog, IR Recv */
375 case 22029:
376 /* WinTV-HVR1210 (PCIe, Retail, half height)
377 * DVB-T and basic analog, IR Recv */
378 case 22101:
379 /* WinTV-HVR1270 (PCIe, Retail, full height)
380 * ATSC/QAM and basic analog, IR Blast */
381 case 22109:
382 /* WinTV-HVR1210 (PCIe, Retail, full height)
383 * DVB-T and basic analog, IR Blast */
384 case 22111:
385 /* WinTV-HVR1270 (PCIe, Retail, full height)
386 * ATSC/QAM and basic analog, IR Recv */
387 case 22119:
388 /* WinTV-HVR1210 (PCIe, Retail, full height)
389 * DVB-T and basic analog, IR Recv */
390 case 22121:
391 /* WinTV-HVR1275 (PCIe, Retail, full height)
392 * ATSC/QAM and basic analog, IR Recv */
393 case 22129:
394 /* WinTV-HVR1210 (PCIe, Retail, full height)
395 * DVB-T and basic analog, IR Recv */
360 case 71009: 396 case 71009:
361 /* WinTV-HVR1200 (PCIe, Retail, full height) 397 /* WinTV-HVR1200 (PCIe, Retail, full height)
362 * DVB-T and basic analog */ 398 * DVB-T and basic analog */