From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TORKT-0006Vz-CB for qemu-devel@nongnu.org; Wed, 17 Oct 2012 06:58:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TORKS-0004zS-Dd for qemu-devel@nongnu.org; Wed, 17 Oct 2012 06:58:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TORKS-0004zK-5R for qemu-devel@nongnu.org; Wed, 17 Oct 2012 06:58:24 -0400 Message-ID: <507E8F4B.7060701@redhat.com> Date: Wed, 17 Oct 2012 12:58:19 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <507E6F32.4070009@msgid.tls.msk.ru> <507E72B3.2010003@redhat.com> <507E7737.8030207@msgid.tls.msk.ru> In-Reply-To: <507E7737.8030207@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] udev 42-qemu-usb.rules considered harmful? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel Hi, > But the mouse is jumpy anyway. I guess one can get used to this > behavour, given the tradeoff and that the behavour is not VERY annoying -- > it is annoying, but just for a "bit", it feels like old mechanical > mouse with bad sensor or dirty ball when you can move the mouse but > cursor sometimes stays in place and sometimes moves, depending on > the surface and direction of the move... ;) How long are the delays for you? > What happens when the (device, bus) is suspended? Does host still > sends interrupts periodically (but with much lower frequency)? Or > is it the bus/hub/device which should signal attention at some point? UHCI raises an IRQ, guest restarts USB bus in response. Which takes a bit of time, so the first mouse event of an idle tablet takes a little bit longer. As far I know linux schedules the first poll a bit in the future, so this could be where the delay comes from. Do you also see delays with xhci? (-device nec-pci-xhci -device usb-tablet) ? cheers, Gerd