DevMgr: Call attachAll*FromKnownListReq in DeviceReattacher
Well, I guess now we have auto-reattaching devices.
This commit is contained in:
@@ -589,7 +589,8 @@ void DeviceManager::attachAllUnattachedDevicesFromKnownListReq(
|
||||
)
|
||||
{
|
||||
// Create a vector to hold unattached device specs
|
||||
auto unattachedSpecs = std::make_shared<std::vector<DeviceAttachmentSpec>>();
|
||||
auto unattachedSpecs = std::make_shared<
|
||||
std::vector<DeviceAttachmentSpec>>();
|
||||
|
||||
// Cycle through all DA specs in deviceAttachmentSpecs
|
||||
for (const auto& spec : deviceAttachmentSpecs)
|
||||
|
||||
Reference in New Issue
Block a user