From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3jxA-0003ny-C8 for qemu-devel@nongnu.org; Tue, 21 Aug 2012 04:36:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3jx9-00040E-IF for qemu-devel@nongnu.org; Tue, 21 Aug 2012 04:36:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3jx9-000409-A0 for qemu-devel@nongnu.org; Tue, 21 Aug 2012 04:36:47 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7L8ak59021829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Aug 2012 04:36:46 -0400 Message-ID: <5033489D.4080308@redhat.com> Date: Tue, 21 Aug 2012 10:36:45 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1345209889-8585-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1345209889-8585-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb: Halt ep queue en cancel pending packets on a packet error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 08/17/12 15:24, Hans de Goede wrote: > For controllers which queue up more then 1 packet at a time, we must halt the > ep queue, and inside the controller code cancel all pending packets on an > error. Patch added to usb patch queue. thanks, Gerd