Z71: Touchscreen update
I made new patch against 2.6.16-omap2. There are BIG changes
mainly in touchscreen code - I dont use separate ts controlling code anymore, but I'm now using native ads7846 touchscreen driver. I backported changes made to ads7846 and hwmon from 2.6.17 so I can measure battery voltage (works perfectly
), vaux (some other voltage, dunno exactly what's that
), temperature (somehow weird, though
) and everything this and much more exported to sysfs.
(/sys/class/hwmon/hwmon0/in0_input = vaux, in1_input = battery in milivolts, temp0,temp1 = temperature)
so here is the patch: http://disk.jabbim.cz/marex@jabber.cz/patch-2.6.16omap2-z71-ts.patch.bz2
btw. I also finally find out what I was doing wrong ... I forget to run make mrproper before making a patch
... sorry
compilation howto for z71 (small changes):
make palmz71_defconfig
make zImage







