Re: [PATCH] Fix ALPS sync loss

2005-02-10 Thread Dmitry Torokhov
On Wed, 9 Feb 2005 11:35:34 -0600, Joseph Pingenot <[EMAIL PROTECTED]> wrote: > From Dmitry Torokhov on Tuesday, 08 February, 2005: > >Hi, > >Here is the promised patch. It turns out protocol validation code was > >a bit (or rather a byte ;) ) off. > >Please let me know if it fixes your touchpad an

Re: [PATCH] Fix ALPS sync loss

2005-02-10 Thread Pete Zaitcev
On Tue, 8 Feb 2005 18:40:12 -0500, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > Here is the promised patch. It turns out protocol validation code was > a bit (or rather a byte ;) ) off. > +++ b/drivers/input/mouse/alps.c 2005-02-08 18:16:27 -05:00 > @@ -198,8 +198,8 @@ > return

Re: [PATCH] Fix ALPS sync loss

2005-02-09 Thread Joseph Pingenot
>From Dmitry Torokhov on Tuesday, 08 February, 2005: >Hi, >Here is the promised patch. It turns out protocol validation code was >a bit (or rather a byte ;) ) off. >Please let me know if it fixes your touchpad and I believe it would be >nice to have it in 2.6.11. This patch seems to be working for

Re: [PATCH] Fix ALPS sync loss

2005-02-08 Thread Vojtech Pavlik
On Tue, Feb 08, 2005 at 06:40:12PM -0500, Dmitry Torokhov wrote: > Hi, > > Here is the promised patch. It turns out protocol validation code was > a bit (or rather a byte ;) ) off. > > Please let me know if it fixes your touchpad and I believe it would be > nice to have it in 2.6.11. Yes, I can'

[PATCH] Fix ALPS sync loss

2005-02-08 Thread Dmitry Torokhov
Hi, Here is the promised patch. It turns out protocol validation code was a bit (or rather a byte ;) ) off. Please let me know if it fixes your touchpad and I believe it would be nice to have it in 2.6.11. -- Dmitry === [EMAIL