问题描述: 在OK335x系列开发板触摸屏和鼠标同时使用时,触摸屏点击两次才有反应。现将解决方法分享给大家,同时我们会尽快更新产品资料。 解决办法: 在内核代码中修改 diff --git a/drivers/input/mousedev.c b/drivers/input/mousedev.c index 518b137..7ae6d21 100644 --- a/drivers/input/mousedev.c +++ b/drivers/input/mousedev.c @@ -974,7 +974,8 @@ static int mousedev_connect(struct input_handler *handler, struct mousedev *mousedev; int minor; int error; - + if(dev->name == "ft5x0x_ts") + return 0; for (minor = 0; minor < MOUSEDEV_MINORS; minor++) if (!mousedev_table[minor]) break; |
|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )
GMT+8, 2024-11-22 15:59
Powered by Discuz! X3.4
© 2001-2013 Comsenz Inc.