Hi,
On 04/28/2013 04:09 AM, zhou link wrote:
Hans de Goede & Gerd Hoffmann:
theses days i try to migrate the usbredir lib to Windows
the usbredir-0.6/usbredirserver/usbredirserver.c connect to qemu's redirect
channel and spicec connect to the guest
the usbredirserver works smooth in Linux, spicec show the usb disk works well.
when i compile usbredir on Windows, usbredirserver connect and open usb device
ok,
usbredirserver is not supported under Windows. It may compile, but it won't
work, as it
depends on select() for usb event handling and libusb does not support select
under
windows.
Regards,
Hans