Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14855
b: refs/heads/master
c: 759324c
h: refs/heads/master
i:
  14853: 74ba613
  14851: 5180259
  14847: 92d0216
v: v3
  • Loading branch information
Steven Toth authored and Linus Torvalds committed Dec 1, 2005
1 parent 1c8b570 commit febf2f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97cb445df6c6cb81e4f06ee159331f15bf5c4513
refs/heads/master: 759324c3c4b8d63203d7ea41b56553330bc0df06
9 changes: 6 additions & 3 deletions trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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:
Expand Down

0 comments on commit febf2f7

Please sign in to comment.