Hi,
On my product, I have a telephone keypad, I mean a keypad that can toggle for numbers to letters. I was wondering if there's a driver that can support such a keypad and if yes, how to configure it?
For now, I have defined a matrix in my kernel to map the key of my keypad from 0 to 9, and I have to do the conversion in my apps. I would like a driver to handle that and in the end, I will receive the correct letter key press event in Android.
Best regards,
Jerome