Changeset 1186
- Timestamp:
- 05/18/08 12:47:01 (14 years ago)
- Files:
-
- trunk/libffado/config.h.in (modified) (1 diff)
- trunk/libffado/src/libieee1394/configrom.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/config.h.in
r1154 r1186 105 105 #define IEEE1394SERVICE_CYCLETIMER_HELPER_RUN_REALTIME 1 106 106 #define IEEE1394SERVICE_CYCLETIMER_HELPER_PRIO_INCREASE -10 107 108 // config rom read wait interval 109 #define IEEE1394SERVICE_CONFIGROM_READ_WAIT_USECS 1000 110 107 111 108 112 // The current version of libiec61883 doesn't seem to calculate trunk/libffado/src/libieee1394/configrom.cpp
r1158 r1186 29 29 #include "vendor_model_ids.h" 30 30 31 #include "libutil/SystemTimeSource.h" 32 31 33 #include <stdio.h> 32 34 #include <string.h> … … 240 242 ( quadlet_t* )buffer) ) 241 243 {// failed, retry 242 } 244 Util::SystemTimeSource::SleepUsecRelative(IEEE1394SERVICE_CONFIGROM_READ_WAIT_USECS); 245 } 246 Util::SystemTimeSource::SleepUsecRelative(IEEE1394SERVICE_CONFIGROM_READ_WAIT_USECS); 243 247 244 248 if (nb_retries > -1) return 0; // success