<div style="color:#000; font-size: 14px;font-family: arial;"><div>Developers,</div><div>         You are good”£</div><div>         When the spice-gtk windows system maps USB devices,Spice-gtk is now using usbdk as a backend driver by default ”£<font color="#000033">usbdk </font><span style="display: inline !important; float: none; background-color: transparent; color: rgb(36, 41, 46); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">provides another driver option for libusb Windows backend. For 1.0.21, usbdk is a compile-time option, but it becomes a runtime option from version 1.0.22 onwards”£</span><br>         So,When mapping USB to use the libusb 1.0.22 version And when usbdk is not installed,will cause virt-view crash.spice-gtk need set libusb usb usbdk”£</div><div>         The appendix is patch.Thank you! </div><div>         </div><div>        diff -uNr a/usb-device-manager.c b/usb-device-manager.c<br>--- a/usb-device-manager.c      2018-08-06 17:00:05.450589413 +0800<br>+++ b/usb-device-manager.c      2018-08-06 16:58:30.964787845 +0800<br>@@ -302,6 +302,9 @@<br>                     "Error initializing USB support: %s [%i]", desc, rc);<br>         return FALSE;<br>      }<br>+#ifdef G_OS_WIN32<br>+    libusb_set_option(priv->context,LIBUSB_OPTION_USE_USBDK);<br>+#endif</div><div>     /* Start listening for usb devices plug / unplug */<br> #ifdef USE_GUDEV<br></div><div><br></div><div><br></div><div><br></div></div><!-- jy5ContentSuffix -->