硬件工程师设计好了5X8矩阵键盘,连接在GPIO上;
请问该怎样设计驱动程序,wiki上有没有相关的文档?
该怎样配置linux内核?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我们公司有一套AM3517EVM官方开发板,键盘是通过I2C接口,
但是我们自己做的板子是直连GPIO上
我想咨询一下,能否使用drivers/input/keyboard/matrix_keypad ,怎样移植到内核中
网上查不到相关资料,针对omap相关键盘驱动也找不到,能否提供一下相关资料和方法,谢谢
现在我已经使用platform_add_devices将矩阵键盘挂到平台总线上,但是怎样添加平台键盘数据呢,是用platform_device_add_data不起作用,提示找不到平台数据