diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-05-12 17:37:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:04 -0400 |
commit | 5308cf09fe16bdf65f9c6e95e7168361efe7c1d5 (patch) | |
tree | d348c655302d3624feb42863b15379c30496c969 | |
parent | 6b926eca9824568b18825d3eade5fb39e3b5a9fb (diff) |
V4L/DVB (11772): cx23885: update model matrix for "k2c2" retail boards
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 36 |
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 */ |