Changeset 1203
- Timestamp:
- 01/13/10 10:04:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/csctapi/ifd_towitoko.c
r1193 r1203 616 616 n++; 617 617 } 618 619 if ((buf[0] !=0x3B) && (buf[0] != 0x3F) && (n>9 && !memcmp(buf+4, "IRDETO", 6))) //irdeto S02 reports FD as first byte on dreambox SCI, not sure about SH4 or phoenix 620 buf[0] = 0x3B; 618 621 #endif 619 622 … … 621 624 return IFD_TOWITOKO_IO_ERROR; 622 625 623 if ((buf[0] !=0x3B) && (buf[0] != 0x3F)) //irdeto S02 reports FD as first byte ?!?624 buf[0] = 0x3B;625 626 626 627 (*atr) = ATR_New ();
Note:
See TracChangeset
for help on using the changeset viewer.