<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Embedded Linux Multi-touch driver with QT, TSLIB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286829#M33916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;I should use a goodix gt9xx chip, but I haven't found any drivers yet. You said you attached it for reference, but I cannot find it.&lt;/P&gt;&lt;P&gt;Where did you find yours?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 15:11:46 GMT</pubDate>
    <dc:creator>ieio</dc:creator>
    <dc:date>2013-12-03T15:11:46Z</dc:date>
    <item>
      <title>Embedded Linux Multi-touch driver with QT, TSLIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286827#M33914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;I am trying to interface capacitive touch screen to our &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;product.The driver for the capacitive touch screen controller &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;(GT927) attached for your reference. Cross compiled the driver &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;and insmod in to the kernel successfully. Getting the &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;corresponding co-ordinate in debug terminal window whenever &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;touched the capacitive screen as follows &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;root@Toucan /$ insmod gt9xx.ko&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.530000] &amp;lt;&amp;lt;-GTP-INFO-&amp;gt;&amp;gt; GTP driver install.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.540000] &amp;lt;&amp;lt;-GTP-INFO-&amp;gt;&amp;gt; GTP Driver Version:V1.4&amp;lt;2012/12/12&amp;gt;&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.540000] &amp;lt;&amp;lt;-GTP-INFO-&amp;gt;&amp;gt; GTP Driver build@14:12:47,Jun 10 2013&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.550000] &amp;lt;&amp;lt;-GTP-INFO-&amp;gt;&amp;gt; GTP I2C Address:0x5d&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.680000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [664]len1=228,len2=0,len3=0,send_len:228&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.680000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [681]SENSOR ID:0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.710000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [743]X_MAX = 480,Y_MAX = 800,TRIGGER = 0x00&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.740000] input: Goodix Capacitive TouchScreen as /devices/virtual/input/in&lt;/P&gt;&lt;P&gt;put1&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.760000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [886]INT trigger type:0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.760000] &amp;lt;&amp;lt;-GTP-INFO-&amp;gt;&amp;gt; GTP works in interrupt mode.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.770000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.780000] &amp;lt;&amp;lt;-GTP-INFO-&amp;gt;&amp;gt; IC VERSION:9270_1030&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 53.800000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;root@Toucan /$ [&amp;nbsp;&amp;nbsp; 53.820000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 56.930000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 56.940000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:514, Y:423, W:22&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 56.960000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 56.960000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:514, Y:423, W:22&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 56.980000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 56.990000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:514, Y:423, W:22&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.010000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.010000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:514, Y:423, W:22&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.030000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.040000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:514, Y:423, W:22&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.060000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.060000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:514, Y:423, W:22&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.080000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.090000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [433]Touch Release!&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.090000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 57.110000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.480000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:83.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.490000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:399, Y:144, W:29&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.490000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:1, X:455, Y:274, W:41&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.500000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:2, X:405, Y:313, W:38&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.520000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:03, finger:84.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.530000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:399, Y:144, W:29&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.530000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:1, X:455, Y:274, W:41&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.540000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:2, X:405, Y:313, W:38&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.540000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:3, X:334, Y:447, W:19&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.560000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:04, finger:85.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.570000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:399, Y:144, W:29&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.570000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:1, X:455, Y:274, W:41&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.580000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:2, X:405, Y:313, W:38&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.580000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:3, X:334, Y:447, W:19&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.590000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:4, X:168, Y:142, W:21&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.610000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:05, finger:85.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.620000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:399, Y:144, W:29&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.620000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:1, X:455, Y:274, W:41&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.630000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:2, X:405, Y:313, W:38&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.630000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:3, X:334, Y:447, W:19&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.640000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:4, X:168, Y:142, W:21&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.660000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:05, finger:85.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.660000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:0, X:399, Y:144, W:29&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.670000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:1, X:455, Y:274, W:41&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.680000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:2, X:409, Y:320, W:38&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.680000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:3, X:334, Y:447, W:19&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.690000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:4, X:173, Y:152, W:21&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.700000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:05, finger:81.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.710000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [273]ID:4, X:166, Y:145, W:21&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.730000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:01, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.730000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [433]Touch Release!&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.740000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp; 90.750000] &amp;lt;&amp;lt;-GTP-DEBUG-&amp;gt;&amp;gt; [377]pre_touch:00, finger:80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Now i am facing problem of interfacing the &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;driver in to multitouch protocol of the kernel. I cannot calibrate &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;the touch screen using ts_calibrate. I tried by replacing all the &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;occurrences of ABS_X / Y with ABS_MT_POSITION_X / Y in &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;tslib (plugin/input-raw.c) but it's showing segment fault. How &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;can i implement multi touch protocol for touch screen driver? I &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;followed this link to interface multitouch with QT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ptrackapp.com/apclassys-notes/embedded-linux-multitouch/"&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://www.ptrackapp.com/apclassys-notes/embedded-linux-" target="test_blank"&gt;http://www.ptrackapp.com/apclassys-notes/embedded-linux-&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;multitouch/ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;But i can't able to calibrate (ts_calibrate) the touch screen, it gives the "Segment fault"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Please kindly give some suggestion to solve this problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Harish Ramasamy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:28:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286827#M33914</guid>
      <dc:creator>Ramtry</dc:creator>
      <dc:date>2013-06-11T12:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Linux Multi-touch driver with QT, TSLIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286828#M33915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Solved the problem by disabling the &lt;SPAN class="GINGER_SOFATWARE_correct GINGER_SOFATWARE_noSuggestion"&gt;tslib&lt;/SPAN&gt; in &lt;SPAN class="GINGER_SOFATWARE_correct"&gt;ltib&lt;/SPAN&gt; package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GINGER_SOFATWARE_correct"&gt;thanks&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;RAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 10:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286828#M33915</guid>
      <dc:creator>Ramtry</dc:creator>
      <dc:date>2013-07-10T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Linux Multi-touch driver with QT, TSLIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286829#M33916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;I should use a goodix gt9xx chip, but I haven't found any drivers yet. You said you attached it for reference, but I cannot find it.&lt;/P&gt;&lt;P&gt;Where did you find yours?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 15:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286829#M33916</guid>
      <dc:creator>ieio</dc:creator>
      <dc:date>2013-12-03T15:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Linux Multi-touch driver with QT, TSLIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286830#M33917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ieio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using gt9xx chip&lt;SPAN class="GINGER_SOFTWARE_mark"&gt; ??&lt;/SPAN&gt; Have you found drivers&lt;SPAN class="GINGER_SOFTWARE_mark"&gt; ?&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:22:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Embedded-Linux-Multi-touch-driver-with-QT-TSLIB/m-p/286830#M33917</guid>
      <dc:creator>Ramtry</dc:creator>
      <dc:date>2014-01-31T10:22:57Z</dc:date>
    </item>
  </channel>
</rss>

