https://blog.csdn.net/weixin_48006170/article/details/127297111
https://blog.csdn.net/m0_46152793/article/details/123372570

基本命令操作

input系统应用编程

https://blog.csdn.net/qq_37932504/article/details/122111751

  • 获取设备输入名称
char name[128];

ioctl(fd, EVIOCGNAME(sizeof(name)), name);

测试工具


0 条评论

发表回复

您的电子邮箱地址不会被公开。