Hi,
> > - if (mouse->outlen <= sizeof(mouse->outbuf) - 4) {
> > + if (mouse->outlen <= sizeof(mouse->outbuf) - count) {
> > /* We always send the packet of, so that we do not have to keep
> > track
> > of previous state of the middle button. This can potentially
> > confuse
> > some very old drivers for two button mice though. */
>
> Is this comment now out of date ?Yes. I'll drop it in v2. cheers, Gerd
