Re: [Qemu-devel] [PATCH] usb-linux: allow multiple devices with matching IDs

2010-11-13 Thread Grazvydas Ignotas
On Wed, Nov 10, 2010 at 6:01 PM, Markus Armbruster wrote: > Grazvydas Ignotas writes: > >> Right now if we pass through multiple USB devices with matching vendor >> and product IDs, only first one is passed to guest, as the code thinks >> second device is already attached. The only way to get tho

Re: [Qemu-devel] [PATCH] usb-linux: allow multiple devices with matching IDs

2010-11-10 Thread Markus Armbruster
Grazvydas Ignotas writes: > Right now if we pass through multiple USB devices with matching vendor > and product IDs, only first one is passed to guest, as the code thinks > second device is already attached. The only way to get those devices > working is to specify bus.addr which is inconvenient

[Qemu-devel] [PATCH] usb-linux: allow multiple devices with matching IDs

2010-10-22 Thread Grazvydas Ignotas
Right now if we pass through multiple USB devices with matching vendor and product IDs, only first one is passed to guest, as the code thinks second device is already attached. The only way to get those devices working is to specify bus.addr which is inconvenient if devices are frequently replugged