鼠标驱动已知bug: 数据包大小不正确

This commit is contained in:
fslongjin
2022-03-17 22:38:23 +08:00
parent a75fa791e7
commit 2bb63e8e87
4 changed files with 49 additions and 21 deletions

View File

@ -18,7 +18,9 @@
"kprint.h": "c",
"8259a.h": "c",
"ptrace.h": "c",
"mouse.h": "c"
"mouse.h": "c",
"keyboard.h": "c",
"apic.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled"
}