···210211 /* Many thanks to Steven Toth from Hauppauge for providing the212 model numbers */000213 switch (tv.model) {214- case 74000 ... 74099:215 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT);216- break;217- case 74700 ... 74799:218- cx->card = cx18_get_card(CX18_CARD_HVR_1600_SAMSUNG);219 break;220 case 0:221 CX18_ERR("Invalid EEPROM\n");
···210211 /* Many thanks to Steven Toth from Hauppauge for providing the212 model numbers */213+ /* Note: the Samsung memory models cannot be reliably determined214+ from the model number. Use the cardtype module option if you215+ have one of these preproduction models. */216 switch (tv.model) {217+ case 74000 ... 74999:218 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT);000219 break;220 case 0:221 CX18_ERR("Invalid EEPROM\n");