diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index 2f4db970152e..632d76a432af 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -568,9 +568,13 @@ static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data) | |||
568 | * DVB-T and MPEG2 HW Encoder */ | 568 | * DVB-T and MPEG2 HW Encoder */ |
569 | break; | 569 | break; |
570 | case 85021: | 570 | case 85021: |
571 | /* WinTV-HVR1850 (PCIe, OEM, RCA in, IR, FM, | 571 | /* WinTV-HVR1850 (PCIe, Retail, 3.5mm in, IR, FM, |
572 | Dual channel ATSC and MPEG2 HW Encoder */ | 572 | Dual channel ATSC and MPEG2 HW Encoder */ |
573 | break; | 573 | break; |
574 | case 85721: | ||
575 | /* WinTV-HVR1290 (PCIe, OEM, RCA in, IR, | ||
576 | Dual channel ATSC and Basic analog */ | ||
577 | break; | ||
574 | default: | 578 | default: |
575 | printk(KERN_WARNING "%s: warning: " | 579 | printk(KERN_WARNING "%s: warning: " |
576 | "unknown hauppauge model #%d\n", | 580 | "unknown hauppauge model #%d\n", |