<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Trackpoint</title>
  <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/category/entries/life/open-source/linux/trackpoint"/>
  <link rel="self" type="application/atom+xml" href="http://stephen.evanchik.com/taxonomy/term/9/atom/feed"/>
  <id>http://stephen.evanchik.com/taxonomy/term/9/atom/feed</id>
  <updated>2006-11-12T18:29:44-08:00</updated>
  <entry>
    <title>TrackPoint driver for 2.6.14</title>
    <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2005/10/trackpoint-driver-2614.html" />
    <id>http://stephen.evanchik.com/blog/2005/10/trackpoint-driver-2614.html</id>
    <published>2005-10-28T04:36:14-07:00</published>
    <updated>2006-11-12T18:26:44-08:00</updated>
    <author>
      <name>Stephen Evanchik</name>
    </author>
    <category term="Trackpoint" />
    <summary type="html"><![CDATA[<p>According to the ChangeLog for the 2.6.14 kernel, the TrackPoint driver is now in Linus' tree. Here's the ChangeLog entry:</p>
<pre>commit 541e316aed6f7d6efeb427a88645c2a8f61418d6<br />Author: Stephen Evanchik &lt;evanchsa@gmail.com&gt;<br />Date:   Mon Aug 8 01:26:18 2005 -0500<br /><br />    Input: psmouse - add support for IBM TrackPoint devices.<br />    <br />    Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;<br /><br /></pre>    ]]></summary>
    <content type="html"><![CDATA[<p>According to the ChangeLog for the 2.6.14 kernel, the TrackPoint driver is now in Linus' tree. Here's the ChangeLog entry:</p>
<pre>commit 541e316aed6f7d6efeb427a88645c2a8f61418d6<br />Author: Stephen Evanchik &lt;evanchsa@gmail.com&gt;<br />Date:   Mon Aug 8 01:26:18 2005 -0500<br /><br />    Input: psmouse - add support for IBM TrackPoint devices.<br />    <br />    Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;<br /><br /></pre>    ]]></content>
  </entry>
  <entry>
    <title>Updated Linux 2.6.12 TrackPoint driver</title>
    <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2005/07/updated-linux-2612-trackpoint-driver.html" />
    <id>http://stephen.evanchik.com/blog/2005/07/updated-linux-2612-trackpoint-driver.html</id>
    <published>2005-07-20T17:11:42-07:00</published>
    <updated>2006-11-12T18:26:56-08:00</updated>
    <author>
      <name>Stephen Evanchik</name>
    </author>
    <category term="Trackpoint" />
    <summary type="html"><![CDATA[<p>&nbsp;Changes were made to the Synaptics driver that prevent some pass-thru devices from working properly. The Synaptics fix will be in future kernels only, so I have updated the TrackPoint 2.6.12 patch to include the fix.<br />
<a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint-with-synaptics-fix-2.6.12.patch"><br />
</a>Download: <a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint-with-synaptics-fix-2.6.12.patch">trackpoint-with-synaptics-fix-2.6.12.patch</a><br />
Oh, and I know the site looks ugly and is a little slow.. I'm working on both problems.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>&nbsp;Changes were made to the Synaptics driver that prevent some pass-thru devices from working properly. The Synaptics fix will be in future kernels only, so I have updated the TrackPoint 2.6.12 patch to include the fix.</p>
<p><a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint-with-synaptics-fix-2.6.12.patch"><br />
</a>Download: <a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint-with-synaptics-fix-2.6.12.patch">trackpoint-with-synaptics-fix-2.6.12.patch</a></p>
<p>Oh, and I know the site looks ugly and is a little slow.. I'm working on both problems.</p>
    ]]></content>
  </entry>
  <entry>
    <title>TrackPoint for Linux 2.6.12</title>
    <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2005/06/trackpoint-linux-2612.html" />
    <id>http://stephen.evanchik.com/blog/2005/06/trackpoint-linux-2612.html</id>
    <published>2005-06-23T18:56:35-07:00</published>
    <updated>2006-11-12T18:27:09-08:00</updated>
    <author>
      <name>Stephen Evanchik</name>
    </author>
    <category term="Trackpoint" />
    <summary type="html"><![CDATA[<p>&nbsp;I finally got around to learning about git and setting up my developement environment. I am using CENTOS now and its a bit of a change from what I am used to.<br />
Download the patch: <a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint-2.6.12.patch">trackpoint-2.6.12.patch</a><br />
If you use CENTOS, RHEL 4 or Fedora Core 4, then here is a <a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint.kernel-2.6.spec">SPEC file</a> that you can use to rebuild your kernel SRPM. First install kernel-2.6.11-1.1369_FC4.src.rpm and then download the SPEC file and place it in /usr/src/redhat/SPECS . Run the following command to build the kernel tree:<br />
 rpmbuild -bb trackpoint.kernel-2.6.spec</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>&nbsp;I finally got around to learning about git and setting up my developement environment. I am using CENTOS now and its a bit of a change from what I am used to.</p>
<p>Download the patch: <a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint-2.6.12.patch">trackpoint-2.6.12.patch</a></p>
<p>If you use CENTOS, RHEL 4 or Fedora Core 4, then here is a <a href="http://stephen.evanchik.com/kernel/trackpoint/trackpoint.kernel-2.6.spec">SPEC file</a> that you can use to rebuild your kernel SRPM. First install kernel-2.6.11-1.1369_FC4.src.rpm and then download the SPEC file and place it in /usr/src/redhat/SPECS . Run the following command to build the kernel tree:</p>
<p> rpmbuild -bb trackpoint.kernel-2.6.spec</p>
    ]]></content>
  </entry>
  <entry>
    <title>TrackPoint 2.6.11.7</title>
    <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2005/04/trackpoint-26117.html" />
    <id>http://stephen.evanchik.com/blog/2005/04/trackpoint-26117.html</id>
    <published>2005-04-18T01:06:05-07:00</published>
    <updated>2006-11-12T18:29:08-08:00</updated>
    <author>
      <name>Stephen Evanchik</name>
    </author>
    <category term="Trackpoint" />
    <summary type="html"><![CDATA[<p>Here is the latest version of my <a href="http://people.clarkson.edu/~evanchsa/software/kernel/patches/trackpoint-2.6.11.7.patch">TrackPoint patch</a> against Linux 2.6.11.7.<br />
I have also created a <a href="http://people.clarkson.edu/~evanchsa/software/kernel/kernel-2.6.spec.gz">SPEC file</a> for FC4, RHEL 4, CENTOS 4. Download the SRPM <a href="http://mirror.hiwaay.net/redhat/fedora/linux/core/test/3.91/SRPMS/kernel-2.6.11-1.1226_FC4.src.rpm">kernel-2.6.11-1.1226_FC4.src.rpm</a><br />
You can rebuild the SRPM with a command like:<br />
rpmbuild -vv -ba --target=`arch` kernel-2.6.spec</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Here is the latest version of my <a href="http://people.clarkson.edu/~evanchsa/software/kernel/patches/trackpoint-2.6.11.7.patch">TrackPoint patch</a> against Linux 2.6.11.7. </p>
<p>I have also created a <a href="http://people.clarkson.edu/~evanchsa/software/kernel/kernel-2.6.spec.gz">SPEC file</a> for FC4, RHEL 4, CENTOS 4. Download the SRPM <a href="http://mirror.hiwaay.net/redhat/fedora/linux/core/test/3.91/SRPMS/kernel-2.6.11-1.1226_FC4.src.rpm">kernel-2.6.11-1.1226_FC4.src.rpm</a><br />
You can rebuild the SRPM with a command like:</p>
<p>rpmbuild -vv -ba --target=`arch` kernel-2.6.spec</p>
    ]]></content>
  </entry>
  <entry>
    <title>TrackPoint Driver for 2.6.10 and 2.6.11-rc2</title>
    <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2005/01/trackpoint-driver-2610-and-2611-rc2.html" />
    <id>http://stephen.evanchik.com/blog/2005/01/trackpoint-driver-2610-and-2611-rc2.html</id>
    <published>2005-01-29T14:08:37-08:00</published>
    <updated>2006-11-12T18:29:44-08:00</updated>
    <author>
      <name>Stephen Evanchik</name>
    </author>
    <category term="Trackpoint" />
    <summary type="html"><![CDATA[<p>&nbsp;I just updated my TrackPoint driver so that it patches against 2.6.11-rc2. Starting with 2.6.11 the PS/2 layer now has its own communications library. This means that I have to maintain two versions of the driver until 2.6.11 is released.<br />
Included in the 2.6.11-rc2 release is UltraNav support which I backported to 2.6.10. This means that ThinkPads (and other laptops) that have both a touchpad and a TrackPoint can now use both devices and take advantage of the extended TrackPoint properties. I still consider this preliminary support since I haven&rsquo;t tested it very much.<br />
<a href="http://people.clarkson.edu/~evanchsa/software/kernel/patches/trackpoint-2.6.11-rc2.patch">TrackPoint / UltraNav 2.6.11-rc2 @ Clarkson</a><br />
<a h></a></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>&nbsp;I just updated my TrackPoint driver so that it patches against 2.6.11-rc2. Starting with 2.6.11 the PS/2 layer now has its own communications library. This means that I have to maintain two versions of the driver until 2.6.11 is released.</p>
<p>Included in the 2.6.11-rc2 release is UltraNav support which I backported to 2.6.10. This means that ThinkPads (and other laptops) that have both a touchpad and a TrackPoint can now use both devices and take advantage of the extended TrackPoint properties. I still consider this preliminary support since I haven&rsquo;t tested it very much.<br />
<a href="http://people.clarkson.edu/~evanchsa/software/kernel/patches/trackpoint-2.6.11-rc2.patch">TrackPoint / UltraNav 2.6.11-rc2 @ Clarkson</a> </p>
<p><a href="http://people.clarkson.edu/~evanchsa/software/kernel/patches/trackpoint-2.6.10.patch">TrackPoint / UltraNav 2.6.10 @ Clarkson</a></p>
    ]]></content>
  </entry>
</feed>
