[Qemu-devel] [PATCH 08/18] usb-linux: fix device path aka physical port handling

2011-05-23 Thread Gerd Hoffmann
The device path isn't just a number. It specifies the physical port the device is connected to and in case the device is connected via usb hub you'll have two numbers there, like this: "5.1". The first specifies the root port where the hub is plugged into, the second specifies the port number of

Re: [Qemu-devel] [PATCH 08/18] usb-linux: fix device path aka physical port handling

2011-05-17 Thread Markus Armbruster
Looks like you haven't updated this one for the last round of review, yet. Gerd Hoffmann writes: > The device path isn't just a number. It specifies the physical port > the device is connected to and in case the device is connected via > usb hub you'll have two numbers there, like this: "5.1".

[Qemu-devel] [PATCH 08/18] usb-linux: fix device path aka physical port handling

2011-05-16 Thread Gerd Hoffmann
The device path isn't just a number. It specifies the physical port the device is connected to and in case the device is connected via usb hub you'll have two numbers there, like this: "5.1". The first specifies the root port where the hub is plugged into, the second specifies the port number of