Changeset 11339
- Timestamp:
- 01/15/17 12:19:15 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oscam-chk.c
r11338 r11339 1064 1064 int8_t is_halfCW_er(ECM_REQUEST *er) 1065 1065 { 1066 if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x09 C7 || er->caid == 0x098C || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E))1066 if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x098C || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E)) 1067 1067 { return 1; } 1068 1068 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.