On Fri, Oct 24, 2008 at 08:50:20AM +0200, Søren Hauberg wrote:
> 2008/10/24 Peter Hutterer <[EMAIL PROTECTED]>:
> > Touchscreen support (courtesy of Søren) enables devices that report only
> > BTN_TOUCH capability, but no BTN_LEFT, BTN_RIGHT, etc.
> 
> Great! The only major thing left is then to be able to calibrate a
> touch screen. I haven't been able to come up with anything better than
> my original patch, which essentially did a
> 
>   if (is_touch_screen)
>     transform_data_according_to_calibration ()
> 
> for every event. My impression is that you don't like this approach.
> Is that correct?

I wasn't happy with it because I wanted to avoid double scaling (once in the
driver, once in the server). But as I haven't found a better way to get the
same thing (not w/o changing the server and XI), I'm willing to put it in.
Need to have a look at it again though.

Cheers,
  Peter
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to