From 4c2297e076c351194b308ee077b9e262300f008b Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Wed, 4 Jan 2012 23:01:41 +0100 Subject: if device is not ready after 30 seconds reset CAMs and retry --- dynamicdevice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dynamicdevice.h') 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; -- cgit v1.2.3