mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
鼠标驱动已知bug: 数据包大小不正确
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
Reference in New Issue
Block a user