mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Ralf Gerbig <rge-news@dialeasy.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5 input drivers Synaptics touchpad
Date: Wed, 2 Oct 2002 20:44:28 +0200	[thread overview]
Message-ID: <20021002204428.A20378@ucw.cz> (raw)
In-Reply-To: <200210021824.54927@hsp-law.de>; from rge-news@dialeasy.de on Wed, Oct 02, 2002 at 06:24:54PM +0200

On Wed, Oct 02, 2002 at 06:24:54PM +0200, Ralf Gerbig wrote:

> Hi Vojtech,
> 
> I just tried 2.5.40 and could not get the Synaptics touchpad on an Acer 
> Travelmate 353 to work with either the synaptics driver for XFree 
> at http://www.mobilix.org/software/synaptics/ or tpconfig at 
> http://www.compass.com/synaptics/ gpm also does not like the synps2
> protocol. Works as (im)ps/2 though.
> 
> I have tried with and without CONFIG_INPUT_MOUSE and CONFIG_MOUSE_PS2
> using /dev/psaux and /dev/input/mice.

Yes, for 2.5 I still have to write a synaptics touchpad kernel driver
for it to work properly.

> Below is the debug output of tpconfig on 2.4.18 with the 2.5.40 
> differences on the right:
> 
> putbyte: write 0xe6
> PS2_write: 1 bytes
> PS2_write: 0xe6
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 0xe8
> PS2_write: 1 bytes
> PS2_write: 0xe8
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 00
> PS2_write: 1 bytes
> PS2_write:  0
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 0xe8
> PS2_write: 1 bytes
> PS2_write: 0xe8
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 00
> PS2_write: 1 bytes
> PS2_write:  0
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 0xe8
> PS2_write: 1 bytes
> PS2_write: 0xe8
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 00
> PS2_write: 1 bytes
> PS2_write:  0
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 0xe8
> PS2_write: 1 bytes
> PS2_write: 0xe8
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 00
> PS2_write: 1 bytes
> PS2_write:  0
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> putbyte: write 0xe9
> PS2_write: 1 bytes
> PS2_write: 0xe9
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> PS2_read: 1 bytes
> PS2_read: 0x6                   PS2_read: 0x60
> PS2_read: read 1
> ps2_read_byte: read 0x6         ps2_read_byte: read 0x60
> PS2_read: 1 bytes
> PS2_read: 0x47                  PS2_read: 0x3
> PS2_read: read 1
> ps2_read_byte: read 0x47        ps2_read_byte: read 0x3
> PS2_read: 1 bytes
> PS2_read: 0x14                  PS2_read: 0xc8
> PS2_read: read 1
> ps2_read_byte: read 0x14        ps2_read_byte: read 0xc8
> Found Synaptics Touchpad.       sorry nope ;)
> putbyte: write 0xe6             putbyte: write 0xe7
> PS2_write: 1 bytes
> PS2_write: 0xe6                 PS2_write: 0xe7
> PS2_write: done
> PS2_read: 1 bytes
> PS2_read: 0xfa
> PS2_read: read 1
> ps2_read_byte: read 0xfa
> ...
> ...
> [query 00 => 0x6 0x47 0x14]     [query 00 => 0x60 0x3 0xc8]
>                                 fatal:

-- 
Vojtech Pavlik
SuSE Labs

  reply	other threads:[~2002-10-02 18:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02 16:24 Ralf Gerbig
2002-10-02 18:44 ` Vojtech Pavlik [this message]
2002-10-02 20:22   ` Ralf Gerbig
2002-10-02 20:40     ` Vojtech Pavlik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021002204428.A20378@ucw.cz \
    --to=vojtech@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rge-news@dialeasy.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®