From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLtl-00026F-Va for qemu-devel@nongnu.org; Tue, 31 May 2011 06:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRLtl-0000Ur-3o for qemu-devel@nongnu.org; Tue, 31 May 2011 06:10:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLtk-0000UN-R4 for qemu-devel@nongnu.org; Tue, 31 May 2011 06:10:05 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4VAA4GX018963 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 31 May 2011 06:10:04 -0400 Message-ID: <4DE4BE89.5000502@redhat.com> Date: Tue, 31 May 2011 12:10:17 +0200 From: Hans de Goede MIME-Version: 1.0 References: <1306834783-13070-1-git-send-email-hdegoede@redhat.com> <4DE4BA6B.1030505@redhat.com> In-Reply-To: <4DE4BA6B.1030505@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: Paolo Bonzini Cc: qemu-devel@nongnu.org Hi, On 05/31/2011 11:52 AM, Paolo Bonzini wrote: > 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? That is not the order in which they were written :) But I see your point. Regards, Hans