diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/au0828/au0828-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/au0828/au0828-cards.c b/drivers/media/video/au0828/au0828-cards.c index f6c6228b6672..688cb8d26b30 100644 --- a/drivers/media/video/au0828/au0828-cards.c +++ b/drivers/media/video/au0828/au0828-cards.c | |||
@@ -80,6 +80,7 @@ static void hauppauge_eeprom(struct au0828_dev *dev, u8 *eeprom_data) | |||
80 | /* Make sure we support the board model */ | 80 | /* Make sure we support the board model */ |
81 | switch (tv.model) { | 81 | switch (tv.model) { |
82 | case 72001: /* WinTV-HVR950q (Retail, IR, ATSC/QAM and basic analog video */ | 82 | case 72001: /* WinTV-HVR950q (Retail, IR, ATSC/QAM and basic analog video */ |
83 | case 72301: /* WinTV-HVR850 (Retail, IR, ATSC and basic analog video */ | ||
83 | break; | 84 | break; |
84 | default: | 85 | default: |
85 | printk(KERN_WARNING "%s: warning: " | 86 | printk(KERN_WARNING "%s: warning: " |