fix: fix login screen hang when no USB input device plugged in

This commit is contained in:
2026-05-24 14:25:13 +02:00
parent 6b45c59a9a
commit c731f718e9
3 changed files with 25 additions and 105 deletions
-1
View File
@@ -29,7 +29,6 @@ namespace Drivers::InputEvents {
}
void NotifyActivity() {
Timekeeping::NoteInteractiveActivity();
g_serial.fetch_add(1, std::memory_order_release);
Sched::WakeObjectWaiters(&g_waitObject);
}