[ltp] Re: Thinkpad R61 ALPS-pad and trackpointer undetected

Christian Birchinger linux-thinkpad@linux-thinkpad.org
Sun, 23 Sep 2007 17:00:02 +0200


On Sun, Sep 23, 2007 at 04:25:23PM +0200, Sébastien Mazy wrote:
> > My Thinkpad R61 has an ALPS pad and a trackpointer (UltraNav). The
> > devices only get detected as generic PS/2 mouse though. I enabled
> > the DEBUG mode of the "alps.c" driver and attached the info below.
> 
> > The trackpointer also remains undetected. "trackpoint.c" has no debug
> > mode, so i can't really attach usefull infos. Also, the content in
> > "/sys/devices/platform/i8042/" doesn't seem to have any of the special
> > info which are described on:
> > http://www.thinkwiki.org/wiki/Patch_to_enable_advanced_trackpoint_configuration
> 
> I have the very same laptop as you ("89185QG ThinkPad R61" and also
> the same problem with the trackpoint configuration and linux 2.6.22. I
> was wondering if you had solved your problem by now.

The ALPS pad would be working now, but that kills of the
Trackpointer currently:

http://bugzilla.kernel.org/show_bug.cgi?id=8864

When my problem is solved and both UltraNAV devices fully
working that bug report will be closed. So you can track that
one.

If you only want to use the ALPS pad then you can add this to
alps.c:

{ { 0x73, 0x00, 0x0a },	0xf8, 0xf8, 0 }, /* ThinkPad R61 8918-5QG */

However i prefer the Trackpointer and want to use the ALPS pad
only for wheel scrolling emulation etc. so this can't be the
final solution.

Christian