linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>
To: Ray Lee <ray-lk@madrabbit.org>
Cc: Jiri Kosina <jkosina@suse.cz>, Mark Lord <lkml@rtr.ca>,
	rubini@vision.unipv.it, linux-input@vger.kernel.org,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	Jeff Garzik <jeff@garzik.org>,
	linux-usb-devel@lists.sourceforge.net
Subject: Re: 2.6.24: false double-clicks from USB mouse
Date: Fri, 7 Dec 2007 16:43:17 -0500	[thread overview]
Message-ID: <d120d5000712071343t4f5c1919k21905e1f8fdf8798@mail.gmail.com> (raw)
In-Reply-To: <2c0942db0712071323q8c4c888k3cba4e093f6eb145@mail.gmail.com>

On Dec 7, 2007 4:23 PM, Ray Lee <ray-lk@madrabbit.org> wrote:
>
> On Dec 7, 2007 10:32 AM, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > On Dec 7, 2007 12:59 PM, Ray Lee <ray-lk@madrabbit.org> wrote:
> > > On Dec 2, 2007 2:07 PM, Jiri Kosina <jkosina@suse.cz> wrote:
> > > > Thanks. To sum up this longish thread:
> > > >
> > > > - Mark seems to be able to reproduce the problem quite easily; I was not
> > > >   successful reproducing this no matter how hard I tried, and I also
> > > >   didn't receive any similar bugreports from anyone else
> > > > - we are currently waiting for Mark to provide HID_DEBUG (and preferably
> > > >   also usbmon) output from the situation where multiple clicks are
> > > >   being generated incorrectly
> > >
> > > Okay, I'm having a problem with 2.6.24-rc4 that I didn't with 2.6.23-rc6.
> > >
> > > When the problem hits, my mouse (synaptics touchpad) is randomly
> > > moving about and clicking things whenever I have my finger on the
> > > trackpad. This behavior will persists for five to ten minutes (is
> > > happening now), and seems to be triggered by load (watching online
> > > videos in flash player, for example -- this matches Mark's experience
> > > with a make -j4).
> > >
> > > I *think* the touchpad is connected via ps2, which looks like it'd
> > > clear usb of any blame. It's /dev/input/event6 at any rate.
> > >
> > > This has been happening about once a day, and seems to start because
> > > of high CPU usage. ONce the CPU is idle, it still happens though, so
> > > I'm not sure why it clears up.
> > >
> > > Any clues for where I should hunt from here?
> > >
> >
> > Can you try replacing drivers/input/ and include/linux/input.h from
> > 2.6.23-rc6 and see if it works or not? That should give us idea if
> > input locking changes are to blame.
>
> I'm hitting a number of build errors, trying to compile a hybrid
> between the two.
>
> git checkout v2.6.24-rc4
> git checkout v2.6.23 include/linux/input.h drivers/input
> make
> # fails with kconfig issues
> git checkout v2.6.24-rc4 drivers/input/misc/Kconfig
> make
> # fails
> ...adding to include/linux/input.h:
> #define KEY_CNT                   (KEY_MAX+1)
>
> takes the build a little farther until it dies on more missing
> definitions. Doing a checkout of 2.6.24-rc4's include/linux/input.h
> leads to different build errors.
>
> Looking at git log for drivers/input, it appears the patches you're
> talking about are the ones starting with 8006479c9b? If so, perhaps I
> should just build the revision right before that commit and test that?
>

Yes doing this and then buildig
b9d2d110b10f7b4788d0fdd328cf57e34b767817s shoulds isolate msot input
core changes.

-- 
Dmitry

  reply	other threads:[~2007-12-07 21:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-02 16:21 2.6.24: false double-clicks from USB mouse Mark Lord
2007-12-02 16:58 ` Mark Lord
2007-12-02 17:04   ` REGRESSION: " Mark Lord
2007-12-02 17:07     ` Arjan van de Ven
2007-12-02 17:14       ` Mark Lord
2007-12-02 17:57     ` Jeff Garzik
2007-12-02 18:09       ` Jiri Kosina
2007-12-06  8:27         ` Diego Zuccato
2007-12-06 12:21           ` Jiri Kosina
2007-12-02 18:07   ` Jiri Kosina
2007-12-02 18:17     ` Mark Lord
2007-12-02 18:20       ` Mark Lord
2007-12-02 18:23       ` Jiri Kosina
2007-12-02 18:48         ` Mark Lord
2007-12-02 18:52           ` Mark Lord
2007-12-02 19:09             ` Jiri Kosina
2007-12-02 19:24               ` Mark Lord
2007-12-02 19:27                 ` Jiri Kosina
2007-12-02 19:44                   ` Mark Lord
2007-12-02 22:07                     ` Jiri Kosina
2007-12-02 22:46                       ` Mark Lord
2007-12-07 17:59                       ` Ray Lee
2007-12-07 18:32                         ` Dmitry Torokhov
2007-12-07 21:23                           ` Ray Lee
2007-12-07 21:43                             ` Dmitry Torokhov [this message]
2007-12-02 18:06 ` Oliver Neukum

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=d120d5000712071343t4f5c1919k21905e1f8fdf8798@mail.gmail.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=jeff@garzik.org \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=lkml@rtr.ca \
    --cc=ray-lk@madrabbit.org \
    --cc=rubini@vision.unipv.it \
    /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).