Kernel: PS/2 device automatically sends commands when appended

This commit is contained in:
2024-01-04 10:52:40 +02:00
parent 891ced4da2
commit c2957d8761
3 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ namespace Kernel::Input
virtual BAN::StringView name() const final override { return m_name; }
virtual dev_t rdev() const final override { return m_rdev; }
protected:
private:
void update();
private: