> Just for reference, I now have the programming guide for the scanner > and it seems that the capability that I'm looking to implement in fact > is structured as a second TPU-mode and not a setting in the current > TPU mode. So I'll get back to scratch and see if I can push it into > TPU 2 instead. > Solved!
The following changes is ALL that is required for the V700 (or GT-X900 as it also is called) to implement the full TPU area. Is there a possibility of getting that into the official epson2 backend? epson2-ops.c: 673c673 < if (e2_model(s, "GT-X800") || e2_model(s, "GT-X900")) { --- > if (e2_model(s, "GT-X800")) { 1223c1223 < if (s->lcount < 3 && (e2_model(s, "GT-X800") || e2_model(s, "GT-X900"))) { --- > if (s->lcount < 3 && e2_model(s, "GT-X800")) { /Martin -- Martin Zackrisson G?teborgs Universitet / Cell& Molekyl?rbiologi Medecinaregatan 9e SE-413 90 G?teborg Sweden Phone +46 (0)31 786 3753