Re: New ALPS code in -mm

2005-03-06 Thread Vojtech Pavlik
On Mon, Mar 07, 2005 at 02:14:17AM -0500, Daniel Barkalow wrote: > On Fri, 4 Mar 2005, Vojtech Pavlik wrote: > > > /* Relative movement packet */ > > if (z == 127) { > > - input_report_rel(dev2, REL_X, (x > 383 ? x : (x - > > 768))); > > -

Re: New ALPS code in -mm

2005-03-06 Thread Daniel Barkalow
On Fri, 4 Mar 2005, Vojtech Pavlik wrote: > /* Relative movement packet */ > if (z == 127) { > - input_report_rel(dev2, REL_X, (x > 383 ? x : (x - > 768))); > - input_report_rel(dev2, REL_Y, -(y > 255 ? y : (x - > 512))); > +

Re: New ALPS code in -mm

2005-03-04 Thread Vojtech Pavlik
On Fri, Mar 04, 2005 at 10:02:03PM +0100, Benoit Boissinot wrote: > On Tue, 1 Mar 2005 12:54:32 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > > > Can you check with a current -mm kernel whether any of the issues is > > still there? Everything seems to work smoothly with my ALPS. > > > > I