1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

Merge branch 'master' into anevia-enterprise-dddvb

This commit is contained in:
anevia-enterprise 2018-07-18 13:51:19 +02:00 committed by GitHub
commit e3baab3103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -60,6 +60,7 @@ static const char * const dnames[] = {
#ifdef CONFIG_DVB_DYNAMIC_MINORS #ifdef CONFIG_DVB_DYNAMIC_MINORS
#define MAX_DVB_MINORS 400 #define MAX_DVB_MINORS 400
#define MAX_DVB_MINORS 512
#define DVB_MAX_IDS MAX_DVB_MINORS #define DVB_MAX_IDS MAX_DVB_MINORS
#else #else
#define DVB_MAX_IDS 4 #define DVB_MAX_IDS 4

View File

@ -1169,14 +1169,14 @@ static int probe(struct stv *state)
write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh | 0x01); write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh | 0x01);
write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh); write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh);
write_reg(state, RSTV0910_P1_TSCFGM, 0xC0); /* Manual speed */ write_reg(state, RSTV0910_P1_TSCFGM, 0xC0); /* Manual speed */
write_reg(state, RSTV0910_P1_TSCFGL, 0x20); write_reg(state, RSTV0910_P1_TSCFGL, 0x60);
write_reg(state, RSTV0910_P1_TSSPEED, state->tsspeed); write_reg(state, RSTV0910_P1_TSSPEED, state->tsspeed);
write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh | 0x01); write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh | 0x01);
write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh); write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh);
write_reg(state, RSTV0910_P2_TSCFGM, 0xC0); /* Manual speed */ write_reg(state, RSTV0910_P2_TSCFGM, 0xC0); /* Manual speed */
write_reg(state, RSTV0910_P2_TSCFGL, 0x20); write_reg(state, RSTV0910_P2_TSCFGL, 0x60);
write_reg(state, RSTV0910_P2_TSSPEED, state->tsspeed); write_reg(state, RSTV0910_P2_TSSPEED, state->tsspeed);