Changeset 1362

Show
Ignore:
Timestamp:
10/19/08 03:50:07 (15 years ago)
Author:
ppalmers
Message:

re #155: increases timeout to improve discovery reliability of FA-101 and FA-66

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/src/bebob/edirol/edirol_fa101.cpp

    r1197 r1362  
    4141    m_fixed_clocksource.description = "Device Controlled"; 
    4242 
    43     if (AVC::AVCCommand::getSleepAfterAVCCommand() < 500) { 
    44         AVC::AVCCommand::setSleepAfterAVCCommand( 500 ); 
     43    if (AVC::AVCCommand::getSleepAfterAVCCommand() < 1500) { 
     44        AVC::AVCCommand::setSleepAfterAVCCommand( 1500 ); 
    4545    } 
    4646} 
  • branches/libffado-2.0/src/bebob/edirol/edirol_fa66.cpp

    r1198 r1362  
    4040    m_fixed_clocksource.slipping = false; 
    4141    m_fixed_clocksource.description = "Device Controlled"; 
     42 
     43    if (AVC::AVCCommand::getSleepAfterAVCCommand() < 1500) { 
     44        AVC::AVCCommand::setSleepAfterAVCCommand( 1500 ); 
     45    } 
    4246} 
    4347