Kernel: Fix multi-interface USB device initialization

This commit is contained in:
2024-07-16 22:29:18 +03:00
parent bdcf058e52
commit 58fcd2b2fe
4 changed files with 27 additions and 22 deletions

View File

@@ -423,6 +423,7 @@ namespace Kernel
}
m_show_cursor = old_show_cursor;
m_column = 0;
m_row--;
}