Changeset 41509 for titan


Ignore:
Timestamp:
12/24/17 00:04:57 (6 years ago)
Author:
gost
Message:

reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r41508 r41509  
    16381638                printf("brutto STRENGTH %d tuner:%s\n", signal, node->feinfo->name ); 
    16391639                if(ostrstr(node->feinfo->name, "Si2166B") != NULL || ostrstr(node->feinfo->name, "BCM45208") != NULL)
    1640                         signal = signal * 516;
     1640                        signal = signal * 257;
    16411641                debug(200, "frontend signal = %02x", (signal * 100) / 0xffff);
    16421642        }
Note: See TracChangeset for help on using the changeset viewer.