qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] msmouse: send short messages if possible.


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 2/2] msmouse: send short messages if possible.
Date: Thu, 16 Jun 2016 10:41:58 +0200

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]