[Qemu-devel] USB: automatically choose bus to connect to based on speed

2011-05-31 Thread Hans de Goede
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



Re: [Qemu-devel] USB: automatically choose bus to connect to based on speed

2011-05-31 Thread Paolo Bonzini

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



Re: [Qemu-devel] USB: automatically choose bus to connect to based on speed

2011-05-31 Thread Hans de Goede

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