<br><br><div class="gmail_quote">On Mon, Dec 3, 2012 at 1:45 PM, Keller Alexander-B42067 <span dir="ltr"><<a href="mailto:B42067@freescale.com" target="_blank">B42067@freescale.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal">I have been trying to get my touchscreen inputs to work on Wayland, and everytime the screen is touched I get an error saying “couldn’t find resource.” I get that error because my seat->touch->resource_list is empty, and the function that
 writes to that list is seat_get_touch is not being called. What is unusual is that when I start the server, the server recognizes that a touch screen is plugged in and my driver is returning all the correct information. I was wondering exactly how the seat_get_touch
 function gets called so that I can populate the resource_list. Any help on this issue would be appreciated. Thanks for your time.
<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">-Alexander Keller  <br></p><p class="MsoNormal"><br></p></font></span></div></div></blockquote><div><br>Hi Alexander,<br><br>It looks like seat_get_touch() would be called in weston when a client calls wl_seat_get_touch(). The only demo client I see that calls this function is simple-touch. Hope this helps.<br>
<br>- Scott<br></div></div><br>