sculpt_manager: add ahci to monitored used devices

for suspend/resume

Issue #5203
This commit is contained in:
Alexander Boettcher 2024-04-30 14:28:37 +02:00 committed by Christian Helmuth
parent 79e391ba8d
commit dc4dad4608

View File

@ -84,7 +84,7 @@ struct Sculpt::Board_info
static inline Used from_xml(Xml_node const &devices);
bool any() const { return wifi || nic || intel_gfx || nvme || usb; }
bool any() const { return wifi || nic || intel_gfx || nvme || usb || ahci; }
} used;