mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
sculpt_manager: add ahci to monitored used devices
for suspend/resume Issue #5203
This commit is contained in:
parent
79e391ba8d
commit
dc4dad4608
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user