fix: 临时修复键盘驱动与鼠标驱动冲突导致键盘无响应 (#1014)

暂时通过条件编译的方式解决. 目前认为是鼠标驱动问题,没有正确判断是不是自己的数据...
但是因为我们场景下,鼠标驱动几乎用不到,因此先条件编译屏蔽.

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin
2024-10-26 12:55:19 +08:00
committed by GitHub
parent dc60d68f0e
commit a9e28e9ce9
5 changed files with 44 additions and 21 deletions

View File

@ -54,7 +54,6 @@ Restore_all:
popq %rax
addq $0x10, %rsp // FUNCerrcode
sti
iretq
ret_from_exception: