···210210211211 /* Many thanks to Steven Toth from Hauppauge for providing the212212 model numbers */213213+ /* Note: the Samsung memory models cannot be reliably determined214214+ from the model number. Use the cardtype module option if you215215+ have one of these preproduction models. */213216 switch (tv.model) {214214- case 74000 ... 74099:217217+ case 74000 ... 74999:215218 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT);216216- break;217217- case 74700 ... 74799:218218- cx->card = cx18_get_card(CX18_CARD_HVR_1600_SAMSUNG);219219 break;220220 case 0:221221 CX18_ERR("Invalid EEPROM\n");