Re: [Qemu-devel] [PATCH 6/7] usb-host: claim port

2011-08-25 Thread Gerd Hoffmann
On 08/25/11 18:03, Erik Rull wrote: Hi Gerd, is this related / the fix to my question regarding the recurring claimed messages? (See my mail dated 2011-08-21) No, but patches #3 + #5 hopefully help there. cheers, Gerd

Re: [Qemu-devel] [PATCH 6/7] usb-host: claim port

2011-08-25 Thread Erik Rull
Hi Gerd, is this related / the fix to my question regarding the recurring claimed messages? (See my mail dated 2011-08-21) Best regards, Erik Gerd Hoffmann wrote: When configured to pass through a specific host port (using hostbus and hostport properties), try to claim the port if support

[Qemu-devel] [PATCH 6/7] usb-host: claim port

2011-08-25 Thread Gerd Hoffmann
When configured to pass through a specific host port (using hostbus and hostport properties), try to claim the port if supported by the kernel. That will avoid any kernel drivers binding to devices plugged into that port. It will not stop any userspace apps (such as usb_modeswitch) access the devi