diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-01-04 23:01:41 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-01-04 23:01:41 +0100 |
commit | 4c2297e076c351194b308ee077b9e262300f008b (patch) | |
tree | e8e883bcefb7aec467b07b401816d8e9f1b86841 /dynamicdevice.h | |
parent | 30759991089691c10b1235b725abb419f5d518e1 (diff) | |
download | vdr-plugin-dynamite-4c2297e076c351194b308ee077b9e262300f008b.tar.gz vdr-plugin-dynamite-4c2297e076c351194b308ee077b9e262300f008b.tar.bz2 |
if device is not ready after 30 seconds reset CAMs and retryv0.0.9a
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index 5a9017c..881a1ce 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -69,6 +69,7 @@ public: static bool IsAttached(const char *DevPath); private: int index; + bool subDeviceIsReady; cString *devpath; cString *udevRemoveSyspath; cString *getTSTimeoutHandlerArg; |