DevMgr: Call attachAll*FromKnownListReq in DeviceReattacher

Well, I guess now we have auto-reattaching devices.
This commit is contained in:
2025-09-28 23:26:44 -04:00
parent bd52e49ba3
commit 20d568a063
2 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -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)