summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-11-25 10:24:13 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-11-25 10:24:13 +0000
commite84aac377e19262b37a6f2204b28d3aab86eafc5 (patch)
treea02d7899549d973b3a9dabbb79290f464d8ef6a5 /linux/drivers/media/video/cx88/cx88-cards.c
parent3eefa221e1aa627117abe32dd51729d075eca8e8 (diff)
downloadmediapointer-dvb-s2-e84aac377e19262b37a6f2204b28d3aab86eafc5.tar.gz
mediapointer-dvb-s2-e84aac377e19262b37a6f2204b28d3aab86eafc5.tar.bz2
Fixed eeprom handling for cx88 and added Nova-T PCI model 90003.
From: Steven Toth <stoth@hauppauge.com> - Fixed code handling for eeprom on cx88 boards. - Hauppauge released a new version of the Nova-T-PCI (9002) a few months ago with a different (compatible) tuner (but lacking RF passthru). The official model# is 90003. All features are working. - Adding entry to the known model list after testing. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 5781ef4b1..117e925a5 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-cards.c,v 1.107 2005/11/22 19:32:26 mkrufky Exp $
+ * $Id: cx88-cards.c,v 1.108 2005/11/25 10:24:13 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -1155,11 +1155,13 @@ static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
switch (tv.model)
{
case 90002: /* Nova-T-PCI (9002) */
+ case 92001: /* Nova-S-Plus (Video and IR) */
+ case 92002: /* Nova-S-Plus (Video and IR) */
+ case 90003: /* Nova-T-PCI (9002 No RF out) */
case 90500: /* Nova-T-PCI (oem) */
case 90501: /* Nova-T-PCI (oem/IR) */
case 92000: /* Nova-SE2 (OEM, No Video or IR) */
- case 92001: /* Nova-S-Plus (Video and IR) */
- case 92002: /* Nova-S-Plus (Video and IR) */
+
/* known */
break;
default: