Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-14 Thread Jason Riedy
And Dmitry Torokhov writes: > I don't think so. Could you please try the patch below? Thanks! The appended patch on top of yours fixes the too-early access of psmouse->private. I don't know the expected lifetime of psmouse->private, so I chickened out of simply assigning priv earlier. BTW, why d

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-13 Thread Dmitry Torokhov
On Saturday 12 May 2007 23:58, Jason Riedy wrote: > And Dmitry Torokhov writes: > > Have you tried any other -mm? Also, does it help if you stick > > ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_SETSTREAM); > > at the very beginning of psmouse_initialize() in > > drivers/input/mouse/psmo

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-12 Thread Jason Riedy
And Dmitry Torokhov writes: > Have you tried any other -mm? Also, does it help if you stick > ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_SETSTREAM); > at the very beginning of psmouse_initialize() in > drivers/input/mouse/psmouse-base.c? Seems to fix it for me on a D620. Bisecting on

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-11 Thread Remi Colinet
Selon Dmitry Torokhov <[EMAIL PROTECTED]>: > Hi Remi, > > On Thursday 10 May 2007 21:50, Andrew Morton wrote: > > On Thu, 10 May 2007 15:05:25 +0200 > > Remi Colinet <[EMAIL PROTECTED]> wrote: > > > > > My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. > > > No problem noticed with 2

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-11 Thread Remi Colinet
Selon Andrew Morton <[EMAIL PROTECTED]>: > On Thu, 10 May 2007 15:05:25 +0200 > Remi Colinet <[EMAIL PROTECTED]> wrote: > > > My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. > > No problem noticed with 2.6.21. > > > > The culprit seems to be git-input. I have applied 2.6.21-mm1 on

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-10 Thread Dmitry Torokhov
Hi Remi, On Thursday 10 May 2007 21:50, Andrew Morton wrote: > On Thu, 10 May 2007 15:05:25 +0200 > Remi Colinet <[EMAIL PROTECTED]> wrote: > > > My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. > > No problem noticed with 2.6.21. > > > > The culprit seems to be git-input. I have

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-10 Thread Andrew Morton
On Thu, 10 May 2007 15:05:25 +0200 Remi Colinet <[EMAIL PROTECTED]> wrote: > My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. > No problem noticed with 2.6.21. > > The culprit seems to be git-input. I have applied 2.6.21-mm1 on top of 2.6.21 > and then removed git-input patch. It i

Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-10 Thread Remi Colinet
Hello, My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. No problem noticed with 2.6.21. The culprit seems to be git-input. I have applied 2.6.21-mm1 on top of 2.6.21 and then removed git-input patch. It is ok since then. >From what i can see, no interrupt is raised from the GlideP