OSCAM 11840

streamrelay: fix reconnect streams on motor dishes
* thanks to @ian1095 for reporting
Co-authored-by: @ohmza

OSCAM 11841

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

OSCAM 11842

Increase maximum webif entries allowed and removed unused tongfang code
* Remove unused tongfang code
* Increase maximum webif entries allowed (Patch provided by @Bust3D)

OSCAM 11843

Blure sensible data provided by Bust3D
* Blure sensible data provided by Bust3D
Co-authored-by: default avataropti <opti@opti-secret.de>

OSCAM 11844

webif: extend "Scan USB" output on Readers page
* scanusb: improve output
- list udev usb devices
- list pcsc devices


OSCAM 11845

Fix build error with non C99 capable toolchains
* Fix build error with non C99 builds
module-webif.c: In function ‘send_oscam_scanusb’:
module-webif.c:7167:2: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (uint8_t i = 0; i < (sizeof(elems) / sizeof(elems[0])); i+=5)
module-webif.c:7167:2: note: use option -std=c99 or -std=gnu99 to compile your code
* pipeline: add build test for ancient and latest toolchains
ancient: oldest version of gcc, glibc, library
latest: latest version of gcc, glibc, library