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:	Wed, 16 Jan 2008 18:46:46 +0100
From:	"Vegard Nossum" <vegard.nossum@...il.com>
To:	"Dmitry Torokhov" <dmitry.torokhov@...il.com>
Cc:	linux-input@...r.kernel.org,
	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	"William Pettersson" <william.pettersson@...il.com>
Subject: Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

Hi,

On Jan 16, 2008 4:42 PM, Dmitry Torokhov <dmitry.torokhov@...il.com> wrote:
> Ok, how about this one to begin with?
>
> Signed-off-by: Dmitry Torokhov <dtor@...l.ru>
> ---
>  drivers/input/mouse/alps.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux/drivers/input/mouse/alps.c
> ===================================================================
> --- linux.orig/drivers/input/mouse/alps.c
> +++ linux/drivers/input/mouse/alps.c
> @@ -54,7 +54,7 @@ static const struct alps_model_info alps
>         { { 0x20, 0x02, 0x0e }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */
>         { { 0x22, 0x02, 0x0a }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT },
>         { { 0x22, 0x02, 0x14 }, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D600 */
> -       { { 0x73, 0x02, 0x50 }, 0xcf, 0xff, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
> +       { { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
>  };
>
>  /*

I have now tried this patch. I don't see a sync error now, but the
button still does not work as expected. Now the scroll down button
acts like a middle button instead of scrolling down.

I am sorry for the confusion; on my laptop it looks like a single
button, but in fact it can be pressed in four different ways (up,
down, left, and right). In 2.6.23, pressing left or right, I get the
traditional paste functionality. Pressing up or down, it acts like a
scroll wheel (up or down). In 2.6.24-rc1, it is the scrolling up/down
that causes the lost sync (but the left/right works correctly).

Vegard
--
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