Hi

I have managed to get tslib to work on an embedded platform by:
mknod /dev/input/touchscreen-1wire c 10 181
so ts_calibrate, ts_test etc are working
cat /dev/input/touchscreen-1wire generates data when the screen is touched

I have set my environment as follows:
export TSLIB_TSDEVICE=/dev/input/touchscreen-1wire
export TSLIB_TSEVENTTYPE=INPUT
export TSLIB_FBDEVICE=/dev/fb
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_PLUGINDIR=/usr/lib/ts
export QWS_MOUSE_PROTO="tslib:/dev/input/touchscreen-1wire IntelliMouse:/dev/input/mouse1"

The mouse works in the qt application. I have enabled event debugging in the kernel and touching the mouse generates evbug.c output. Touchscreen in qt application does not work and evbug does not generate anything. Not a qt issue, but hopefully someone in this forum can help. Thanks in advance