From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLQB-0006CP-MU for qemu-devel@nongnu.org; Tue, 31 May 2011 05:39:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRLQA-0003MW-Qx for qemu-devel@nongnu.org; Tue, 31 May 2011 05:39:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLQA-0003ML-Hh for qemu-devel@nongnu.org; Tue, 31 May 2011 05:39:30 -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 p4V9dTnu027737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 31 May 2011 05:39:29 -0400 Received: from shalem.localdomain.com (vpn1-4-207.ams2.redhat.com [10.36.4.207]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p4V9dSsA003893 for ; Tue, 31 May 2011 05:39:29 -0400 From: Hans de Goede Date: Tue, 31 May 2011 11:39:39 +0200 Message-Id: <1306834783-13070-1-git-send-email-hdegoede@redhat.com> Subject: [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: qemu-devel@nongnu.org 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). Regards, Hans