From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8Mdi-0003Vw-0w for qemu-devel@nongnu.org; Wed, 11 Nov 2009 18:30:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8Mdg-0003V9-Fp for qemu-devel@nongnu.org; Wed, 11 Nov 2009 18:30:13 -0500 Received: from [199.232.76.173] (port=45020 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Mdg-0003V6-9f for qemu-devel@nongnu.org; Wed, 11 Nov 2009 18:30:12 -0500 Received: from [77.224.194.88] (port=36687 helo=panicking.kicks-ass.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8Mdf-0008RF-SV for qemu-devel@nongnu.org; Wed, 11 Nov 2009 18:30:12 -0500 Message-ID: <4AFB3DB2.3000709@gandalf.sssup.it> Date: Wed, 11 Nov 2009 23:41:54 +0100 From: Michael Trimarchi MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] EHCI emulation module for review References: <1240874133.28148.62.camel@x41.thuisdomein> In-Reply-To: <1240874133.28148.62.camel@x41.thuisdomein> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Bolle Cc: Mark Burkley , qemu-devel@nongnu.org Hi, I'm working on this patch and I have some trouble after a data IN transaction. I submit the urb but I don't receive any async completation. ffff88011e512140 2614190796 S Ii:2:008:7 -115:128 16 < husb: data submit. ep 0x87 len 16 aurb 0xcf3850 So the state machine is blocked Any hints? Michael