[ltp] TrackPoint Driver in 2.6.14

Volker Gropp linux-thinkpad@linux-thinkpad.org
Wed, 2 Nov 2005 11:44:11 +0100


* On Sun, Oct 30, 2005 at 12:04:40 +0000, Bernhard Sputh wrote:

> On Sunday 30 October 2005 03:35, Stephen Evanchik wrote:
> > HI everyone,
> >
> > I just wanted to let you know that the TrackPoint driver is in Linus'
> > tree starting with 2.6.14. 
> 
> Thank You, the driver was my reason for upgrading to 2.6.14.
for me too.

> > Let me know if you have problems with it. 
> 
> I don't know if it is me doing something wrong, but when I try to enable the 
> press to select option on my trackpoint using, as root:
> 
> echo 1 >/sys/devices/platform/i8042/serio0/press_to_select

use echo -n 1 >/sys/devices/platform/i8042/serio0/press_to_select and it
should work.

Volker Gropp