feat: various power and thermal optimizations, fix Printers app regression

This commit is contained in:
2026-04-20 16:00:52 +02:00
parent ea4e3dbf96
commit 7d6f001659
10 changed files with 250 additions and 65 deletions
+1
View File
@@ -292,6 +292,7 @@ namespace Drivers::USB::Xhci {
void Initialize();
bool Probe(const Pci::PciDevice& dev);
bool IsInitialized();
bool HasDeferredWork();
// Deferred hot-plug processing (call from timer tick, not interrupt context)
void ProcessDeferredWork();