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.