From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKiyR-0002Pb-0w for qemu-devel@nongnu.org; Tue, 13 Jun 2017 06:22:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKiyN-00063T-3l for qemu-devel@nongnu.org; Tue, 13 Jun 2017 06:22:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54408) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dKiyM-00063A-TX for qemu-devel@nongnu.org; Tue, 13 Jun 2017 06:22:55 -0400 Message-ID: <1497349375.8068.3.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 13 Jun 2017 12:22:55 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-host: support devices with sparse/non-sequential USB interfaces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Brian , qemu-devel@nongnu.org On Tue, 2017-06-13 at 14:17 +1000, Samuel Brian wrote: > This change allows sparse USB interface numbering. > Instead of only claiming the interfaces in the range reported by the > USB > device through bNumInterfaces, QEMU attempts to claim all possible > interfaces. Patch looks good but fails to apply. Thunderbird wrapped lines and corrupted the patch. Please resend using "git send-email" to avoid that. thanks, Gerd