diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-17 17:47:11 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-17 17:47:11 -0400 |
commit | 84c4b2e514830410585f1c6b3345419694a008c5 (patch) | |
tree | 7c0f190bb30a988443154289135a0830afc9f186 /linux/drivers/media/video/au0828/au0828-cards.c | |
parent | 157687e3e0879570b36af680c7a9d054d2683470 (diff) | |
download | mediapointer-dvb-s2-84c4b2e514830410585f1c6b3345419694a008c5.tar.gz mediapointer-dvb-s2-84c4b2e514830410585f1c6b3345419694a008c5.tar.bz2 |
au0828: Add HVR850 model number
From: Steven Toth <stoth@hauppauge.com>
au0828: Add HVR850 model number
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/au0828/au0828-cards.c')
-rw-r--r-- | linux/drivers/media/video/au0828/au0828-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/au0828/au0828-cards.c b/linux/drivers/media/video/au0828/au0828-cards.c index f6c6228b6..688cb8d26 100644 --- a/linux/drivers/media/video/au0828/au0828-cards.c +++ b/linux/drivers/media/video/au0828/au0828-cards.c @@ -80,6 +80,7 @@ static void hauppauge_eeprom(struct au0828_dev *dev, u8 *eeprom_data) /* Make sure we support the board model */ switch (tv.model) { case 72001: /* WinTV-HVR950q (Retail, IR, ATSC/QAM and basic analog video */ + case 72301: /* WinTV-HVR850 (Retail, IR, ATSC and basic analog video */ break; default: printk(KERN_WARNING "%s: warning: " |