diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-01 18:58:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-01 18:58:24 -0500 |
commit | 4e0646cb8c0d1c4888f99f5128dbe439ea70067a (patch) | |
tree | c8abcf75fd8067ecbbc0ecd40ea219671f01cda2 /tdecore/tdehardwaredevices.h | |
parent | c7e94c427aa0d4e44e1a1ba779935953efa0df6d (diff) | |
download | tdelibs-4e0646cb8c0d1c4888f99f5128dbe439ea70067a.tar.gz tdelibs-4e0646cb8c0d1c4888f99f5128dbe439ea70067a.zip |
Fix a number of bugs in the TDE hardware library and stabilize device mapper device detection
Diffstat (limited to 'tdecore/tdehardwaredevices.h')
-rw-r--r-- | tdecore/tdehardwaredevices.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tdecore/tdehardwaredevices.h b/tdecore/tdehardwaredevices.h index 0da239663..c6cf43cac 100644 --- a/tdecore/tdehardwaredevices.h +++ b/tdecore/tdehardwaredevices.h @@ -494,6 +494,9 @@ class TDECORE_EXPORT TDEHardwareDevices : public TQObject void processModifiedMounts(); private: + void rescanDeviceInformation(TDEGenericDevice* hwdevice); + + private: TDEGenericDevice *classifyUnknownDevice(udev_device* dev, TDEGenericDevice* existingdevice=0); struct udev *m_udevStruct; @@ -505,6 +508,8 @@ class TDECORE_EXPORT TDEHardwareDevices : public TQObject TQSocketNotifier* m_mountScanNotifier; TQStringList m_mountTable; + + friend class TDEStorageDevice; }; #endif
\ No newline at end of file |