Skip to content

Commit

Permalink
sculpt_manager: add ahci to monitored used devices
Browse files Browse the repository at this point in the history
for suspend/resume

Issue genodelabs#5203
  • Loading branch information
alex-ab committed May 2, 2024
1 parent 5800f13 commit 8064437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/gems/src/app/sculpt_manager/model/board_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8064437

Please sign in to comment.