-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SECA/Nagra card unable to start in CAK7 mode on PCSC and Tongfang…
… code clean up. * Fix bug where SECA/Nagra card unable to start in CAK7 mode on PCSC reader (Thanks to @kind regards) * Tongfang code clean up * Tongfang webif code clean up cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/763df442882a4e9bd1d8e6c46ee20da88bc1bd6e
- Loading branch information
Showing
9 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<TR><TH COLSPAN="2">Reader specific settings for TongFang</TH></TR> | ||
<TR> | ||
<TR><TD><A>DES Key for TONGFANG v3:</A></TD><TD><input name="tongfang3_deskey" class="longer" type="text" maxlength="16" value="##TONGFANGDESKEY##"></TD></TR> | ||
<TD><A>CalibSN for TONGFANG v3:</A></TD> | ||
<TD><input name="tongfang3_calibsn" class="medium" type="text" maxlength="8" value="##TONGFANGCALIBSN##"></TD> | ||
<TR><TD><A>STB ID for TONGFANG v3:</A></TD><TD><input name="stbid" class="longer" type="text" maxlength="16" value="##STBID##"></TD></TR> | ||
<TR><TD><A>Box ID for TONGFANG:</A></TD><TD><input name="tongfang_boxid" class="medium" type="text" maxlength="8" value="##TONGFANGBOXID##"></TD></TR> | ||
</TR> | ||
<TR><TD><A>DES Key for TONGFANG v3:</A></TD><TD><input name="tongfang3_deskey" class="longer" type="text" maxlength="16" value="##TONGFANGDESKEY##"></TD></TR> | ||
<TR><TD><A>CalibSN for TONGFANG v3:</A></TD><TD><input name="tongfang3_calibsn" class="medium" type="text" maxlength="8" value="##TONGFANGCALIBSN##"></TD></TR> | ||
<TR><TD><A>STB ID for TONGFANG v3:</A></TD><TD><input name="stbid" class="longer" type="text" maxlength="16" value="##STBID##"></TD></TR> | ||
<TR><TD><A>Boxid for TONGFANG:</A></TD><TD><input name="tongfang_boxid" class="medium" type="text" maxlength="8" value="##TONGFANGBOXID##"></TD></TR> |