hi all
i have been trying to interface ulcd7 lite touch screen with BB-xm on angstorm linux
even though i m able to get display the touch is not working
when i cat the /dev/input/touchscreen0 .. but no events are generated
i m also tried with ts_calibrate and ts_test and but i m getting error like "selected device is not a touchscreen I understand"
root@beagleboard:# ts_calibrate
xres = 800, yres = 520
selected device is not a touchscreen I understand
Took 2 samples...
Top left : X = -545538020 Y = -545537901
Took 2 samples...
Top right : X = -545538020 Y = -545537901
Took 2 samples...
Bot right : X = -545538020 Y = -545537901
Took 2 samples...
Bot left : X = -545538020 Y = -545537901
Took 2 samples...
Center : X = -545538020 Y = -545537901
-1.402344 -3.347656 3.335938
-1.783203 -2.181641 2.180664
Calibration constants: -91904 -219392 218624 -116864 -142976 142912 65536
root@beagleboard:/dev/input# ts_test
selected device is not a touchscreen I understand
here are my ts.conf
module_raw input
module pthres pmin=1
module variance delta=30
module dejitter delta=100
module linear
export variables are
export TSLIB_TSDEVICE=/dev/input/touchscreen0
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_PLUGINDIR=/usr/lib/ts
kindly help