diff options
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; |