lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 26 Mar 2007 15:30:42 -0400
From:	"Dmitry Torokhov" <dmitry.torokhov@...il.com>
To:	"Pete Zaitcev" <zaitcev@...hat.com>
Cc:	linux-kernel@...r.kernel.org, linux-input@...ey.karlin.mff.cuni.cz
Subject: Re: Fix sudden warps in mousedev

On 3/26/07, Pete Zaitcev <zaitcev@...hat.com> wrote:
> On Sun, 25 Mar 2007 23:19:38 -0400, Dmitry Torokhov <dtor@...ightbb.com> wrote:
>
> > I tried to reproduce warping on console but could not for some reason. Could you
> > please try the patch below and tell me if it fixes the problem for you?
>
> > +++ work/drivers/input/mousedev.c
> > @@ -124,32 +124,33 @@ static void mousedev_touchpad_event(stru
> > -                             if (mousedev->pkt_count >= 2) {
> > +                     if (mousedev->touch && mousedev->pkt_count >= 2) {
>
> This works, thanks a lot.
>

Great! Then I'll queue it for 2.6.22.

> The double-indented switch() is annoying, but since the whole driver
> is written to the same style, I can live with it, for the uniformity
> purposes :-)
>

Yes, the whole input is like this so I keep it consistent.

Regarding the synaptics driver and scroll problem. Yesterday I
scrolled twice through entire Remarque's "Spark of Life" off lib.ru
(once with 0.14.2 and once with latest git pull) and did not see any
scrollbar getting "stuck". Could it be newer xorg problem instead of
individual driver problem? I am using whatever xorg was installed in
FC3 which is somewhat dated... Also, could it be that the scroll issue
happens only in a certain application?

-- 
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ