linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: jbradford@dial.pipex.com
To: vojtech@suse.cz (Vojtech Pavlik)
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.X breaks PS/2 mouse
Date: Mon, 7 Oct 2002 21:15:45 +0100 (BST)	[thread overview]
Message-ID: <200210072015.g97KFjch003948@darkstar.example.net> (raw)
In-Reply-To: <20021007162318.A758@ucw.cz> from "Vojtech Pavlik" at Oct 07, 2002 04:23:18 PM

Finally re-assembled the laptop :-)

> > I didn't, but I've compiled a new kernel with it in.  Unfortunately,
> > it doesn't seem to do anything useful :-(.
> > 
> > cat /dev/input/eventX | hexdump
> > 
> > returns nothing, not even for keyboard events, which makes me think
> > I've gone wrong somewhere :-/
> 
> Have you tried all of them (0, 1, 2 ...)? Btw, you can compile evbug in
> also.

Whoops, me being silly again, I actually created a single device node
called /dev/input/eventX instead of event1, event2, etc.  :-)

> > mouse
> > 
> >  Left button - 09 00 00 08 00 00
> > Right button - 0a 00 00 08 00 00
> > 
> > trackball
> > 
> >  Left button - 01 00 00 00 00 00
> > Right button - 02 00 00 00 00 00
> 
> Hmm, interesting ... let's see what that means ...
> 
> Indeed the 0x08 byte indicates the beginning of a packet. The driver
> synchronizes on that, and when it's missing, it ignores the packets.
> Thus, it ignores all the packets from the trackball.
> 
> This patch should fix that:

It does.  Cool!

GPM and X work perfectly.

Cheers!

John.

  reply	other threads:[~2002-10-07 20:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-04 20:20 2.5.X breaks PS/2 mouse jbradford
2002-10-04 20:15 ` Vojtech Pavlik
2002-10-04 20:52   ` jbradford
2002-10-04 20:45     ` Vojtech Pavlik
2002-10-04 21:01       ` jbradford
2002-10-04 22:25       ` jbradford
2002-10-07 12:09         ` Vojtech Pavlik
2002-10-07 12:46           ` jbradford
2002-10-07 12:42             ` Vojtech Pavlik
2002-10-07 14:17               ` jbradford
2002-10-07 14:23                 ` Vojtech Pavlik
2002-10-07 20:15                   ` jbradford [this message]
2002-10-07 20:08                     ` Vojtech Pavlik
2002-10-07 23:47                       ` Thomas Molina
2002-10-07 15:25               ` [FUNNY] " jbradford

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=200210072015.g97KFjch003948@darkstar.example.net \
    --to=jbradford@dial.pipex.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    /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;
as well as URLs for NNTP newsgroup(s).