Changeset 496 for trunk/reader-videoguard2.c
- Timestamp:
- Nov 5, 2009, 9:08:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/reader-videoguard2.c
r495 r496 502 502 { 503 503 cs_log("Type: Videoguard Sky Italia"); 504 if (reader[ridx].custom_speed) { 505 cs_log("Notice: for Sky Italia 'customspeed = 1' will not work; resetting to 'customspeed = 0'"); 506 reader[ridx].custom_speed = 0; 507 } 508 if (reader[ridx].mhz != 357) 509 cs_log("Warning: for Sky Italia currently only 'mhz = 357' is known to work! Device %s has mhz = %i",reader[ridx].device,reader[ridx].mhz); 504 510 } 505 511 else if ((atrsize == sizeof (atr_directv)) && (memcmp (atr, atr_directv, atrsize) == 0)) … … 518 524 { 519 525 cs_log("Type: Videoguard Sky Italia new (093B)"); 526 if (reader[ridx].custom_speed) { 527 cs_log("Notice: for Sky Italia 'customspeed = 1' will not work; resetting to 'customspeed = 0'"); 528 reader[ridx].custom_speed = 0; 529 } 530 if (reader[ridx].mhz != 357) 531 cs_log("Warning: for Sky Italia currently only 'mhz = 357' is known to work! Device %s has mhz = %i",reader[ridx].device,reader[ridx].mhz); 520 532 } 521 533 else
Note: See TracChangeset
for help on using the changeset viewer.