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.

Enable Keyboard driver in AM335x EVM

Hi Experts,

I had enabled the mouse driver access by changing the configuration file /etc/init.d/matrix-gui-2.0

the following line:

export QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0

to

export QWS_MOUSE_PROTO=Auto:/dev/input/mice

 


Similarly I tried to enable keyboard driver by appending the line export QWS_MOUSE_PROTO=Auto:/dev/input/by-id/usb-xxx_USB_Keyboard-event-xxxx  below it.

Still the keyboard is not detected and not working. Board used is AM335x EVM.