From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmgSI-0007gr-2E for qemu-devel@nongnu.org; Thu, 05 Jul 2012 03:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmgSD-0004Ow-H7 for qemu-devel@nongnu.org; Thu, 05 Jul 2012 03:26:25 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:58569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmgSD-0004Oc-7H for qemu-devel@nongnu.org; Thu, 05 Jul 2012 03:26:21 -0400 Message-ID: <4FF3FA4D.5080702@rdsoftware.de> Date: Wed, 04 Jul 2012 10:09:49 +0200 From: Erik Rull MIME-Version: 1.0 References: <1341245761-30942-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1341245761-30942-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: jan.kiszka@siemens.com, qemu-devel@nongnu.org Gerd Hoffmann wrote: > Add support for (re-)initializing endpoints which belong to a specific > interface only. Use this in usb-host when changing altsetting for an > interface, so other interfaces are not disturbed. > Hi Gerd, I tested it on my AMD test system where the issue didn't appear with the same USB hardware (also before this patch!) - so the final test on my Intel test system is pending until next week where it happened. Best regards, Erik