增加serio总线和相关trait (#488)

* 新增serio总线和相关trait

* 补充SerioDeviceManager和SerioDriverManager
This commit is contained in:
R0ronoa
2024-01-17 23:57:49 +08:00
committed by GitHub
parent 6994f6b113
commit d8e29bffee
9 changed files with 326 additions and 0 deletions

View File

@ -0,0 +1,2 @@
pub mod ps2_dev;
pub mod serio;