码迷,mamicode.com
首页 > 其他好文 > 详细

Error: Selected device is not a touchscreen I understand

时间:2014-07-08 00:14:34      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   文件   问题   io   

selected device is not a touchscreen I understand

 

arm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为

#define EV_VERSION        0x010000


而linux内核include/linux/input.h中的EV_VERSION定义为
 

#define EV_VERSION        0x010001

 


由此可见问题就出现在内核的输入子系统的版本号不匹配的问题
    
解决办法:
    1.将内核源代码里的include/linux/input.h中的
  

// #define EV_VERSION        0x010001
 #define EV_VERSION        0x010000

 

Error: Selected device is not a touchscreen I understand,布布扣,bubuko.com

Error: Selected device is not a touchscreen I understand

标签:style   blog   color   文件   问题   io   

原文地址:http://www.cnblogs.com/kozmers/p/3812624.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!