Quote:
Originally Posted by CH23
Could you tell me where i can find more info abou this? What code within KSM should i look at, or what code in pbchess?
|
The script etc/init.d/rcS exports based on the value of PRODUCT the name of the touch driver to be used for KSM as mousedriver.
The script adds/kbmenu/onstart/checkinstall.sh checks whether this touch driver is available in adds/kbmenu/Qt/plugins/mousedrivers. If it does not find it there, it tries to copy it from mnt/onboard/.adds/kbmenu_user/copyrepos.
Currently there are two touch drivers available in KSM: libKoboTS.so and libKoboTS_h2o2.so. Since your device model is not known to KSM it tries to use libKoboTS.so.
The source code of the drivers are
here.