aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-04-17 20:47:11 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:09:43 -0400
commit805caff5a83679a6be6c90787462cb3e4b58e374 (patch)
tree8bc2267c7afd3055dbbc25ab9c24e5c5dc545693 /drivers/media/video/au0828
parent37be1ea40e42c0de63cedbe65d35cbe6c2a81c0a (diff)
V4L/DVB (7636): au0828: Add HVR850 model number
au0828: Add HVR850 model number Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/au0828')
-rw-r--r--drivers/media/video/au0828/au0828-cards.c1
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: "