diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index cf2d2c3a33a6..24651661630a 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1088,11 +1088,13 @@ static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) | |||
1088 | switch (tv.model) | 1088 | switch (tv.model) |
1089 | { | 1089 | { |
1090 | case 90002: /* Nova-T-PCI (9002) */ | 1090 | case 90002: /* Nova-T-PCI (9002) */ |
1091 | case 92001: /* Nova-S-Plus (Video and IR) */ | ||
1092 | case 92002: /* Nova-S-Plus (Video and IR) */ | ||
1093 | case 90003: /* Nova-T-PCI (9002 No RF out) */ | ||
1091 | case 90500: /* Nova-T-PCI (oem) */ | 1094 | case 90500: /* Nova-T-PCI (oem) */ |
1092 | case 90501: /* Nova-T-PCI (oem/IR) */ | 1095 | case 90501: /* Nova-T-PCI (oem/IR) */ |
1093 | case 92000: /* Nova-SE2 (OEM, No Video or IR) */ | 1096 | case 92000: /* Nova-SE2 (OEM, No Video or IR) */ |
1094 | case 92001: /* Nova-S-Plus (Video and IR) */ | 1097 | |
1095 | case 92002: /* Nova-S-Plus (Video and IR) */ | ||
1096 | /* known */ | 1098 | /* known */ |
1097 | break; | 1099 | break; |
1098 | default: | 1100 | default: |