From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLd7-0003lL-98 for qemu-devel@nongnu.org; Tue, 31 May 2011 05:52:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRLd3-00064g-Ib for qemu-devel@nongnu.org; Tue, 31 May 2011 05:52:53 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:58963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLd3-00064b-Cp for qemu-devel@nongnu.org; Tue, 31 May 2011 05:52:49 -0400 Received: by pzk30 with SMTP id 30so2099862pzk.4 for ; Tue, 31 May 2011 02:52:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DE4BA6B.1030505@redhat.com> Date: Tue, 31 May 2011 11:52:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1306834783-13070-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1306834783-13070-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] USB: automatically choose bus to connect to based on speed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 05/31/2011 11:39 AM, Hans de Goede wrote: > This patch series makes the usb subsystem automatically attach a usb > device to the right bus, based on the device's and the bus' speed, unless > a bus is explicitly specified by the user. This makes the uhci controller > more or less act as a companion controller to the ehci controller (if enabled), > and makes it easier for end users to redirect usb devices (as they don't > need to think about which bus they need to redirect to). Shouldn't the correct order for the patches be 1, 4, 2, 3? Paolo