Re: [Pgui-devel] serialmouse.c fix

2002-01-16 Thread Micah Dowty
Ok, it should be fixed again :) The original patch didn't apply correctly so i just did it manually, guess i fogot something. (but it worked anyway... odd) BTW, if you want, get a sourceforge login and i'll give you read/write access to the CVS On 2002.01.16 02:34 Arnd Bergmann wrote: > Am D

Re: [Pgui-devel] serialmouse.c fix

2002-01-16 Thread Arnd Bergmann
Am Dienstag, 8. Januar 2002 15:38 schrieben Sie: > I committed this change to CVS. > Now the serialmouse driver works on my desktop machine, cool :) > I had tried the original serialmouse driver on my desktop and couldn't > get it to work, but didn't have time to debug it. I have now again tried

Re: [Pgui-devel] serialmouse.c fix

2002-01-08 Thread Micah Dowty
I committed this change to CVS. Now the serialmouse driver works on my desktop machine, cool :) I had tried the original serialmouse driver on my desktop and couldn't get it to work, but didn't have time to debug it. Thanks! On 2002.01.08 07:06 Arnd Bergmann wrote: > I've had trouble with the s

[Pgui-devel] serialmouse.c fix

2002-01-08 Thread Arnd Bergmann
I've had trouble with the serial mouse driver on a k6/400/linux-2.4.16 box, the patch below fixes this. The problem is that the second read() would always fail silently with EAGAIN when there is no new data on /dev/ttyS0 yet. Instead of waiting for the packet to complete, I chose to return to the