From febf2f72835a300351fc64016f9bf1206fd53aee Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Thu, 1 Dec 2005 00:51:26 -0800 Subject: [PATCH] --- yaml --- r: 14855 b: refs/heads/master c: 759324c3c4b8d63203d7ea41b56553330bc0df06 h: refs/heads/master i: 14853: 74ba613cdd0bc18e7ead35f2da55481d8fe77248 14851: 51802591fd0a3a87b9e48ab741f543119093943d 14847: 92d0216f28c7d55d581d98ede6b6a795bcfca9a3 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx88/cx88-cards.c | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d8365445d51c..b3875f8af739 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97cb445df6c6cb81e4f06ee159331f15bf5c4513 +refs/heads/master: 759324c3c4b8d63203d7ea41b56553330bc0df06 diff --git a/trunk/drivers/media/video/cx88/cx88-cards.c b/trunk/drivers/media/video/cx88/cx88-cards.c index f2268631b7c0..746ccaf40cfa 100644 --- a/trunk/drivers/media/video/cx88/cx88-cards.c +++ b/trunk/drivers/media/video/cx88/cx88-cards.c @@ -1085,6 +1085,7 @@ static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) core->has_radio = tv.has_radio; } +/* fixme: This is bogus code... add new pnp code to parse or see tveeprom.ko */ static int hauppauge_eeprom_dvb(struct cx88_core *core, u8 *ee) { int model; @@ -1093,9 +1094,11 @@ static int hauppauge_eeprom_dvb(struct cx88_core *core, u8 *ee) /* Make sure we support the board model */ model = ee[0x1f] << 24 | ee[0x1e] << 16 | ee[0x1d] << 8 | ee[0x1c]; switch(model) { - case 90002: - case 90500: - case 90501: + case 90002: /* Nova-T-PCI (9002) */ + case 90500: /* Nova-T-PCI (oem) */ + case 90501: /* Nova-T-PCI (oem/IR) */ + case 92000: /* Nova-S-Plus */ + case 92002: /* Nova-SE2 */ /* known */ break; default: