Hi, basilean, your workaround worked perfectly to me!
Thank you, very much!
I just made a little change on the autostart.sh file:
Code
(
cp -v /storage/.config/hid-xpadneo.ko /lib/modules/$(uname -r)/kernel/drivers/hid/
depmod
) &
This way, the driver is automatically copied to the right kernel version.