Re: [Spice-devel] UsbDk

2015-03-05 Thread Xiaofan Chen
On Fri, Mar 6, 2015 at 12:49 AM, Jason Kotzin wrote: > Do you even need to ‘hide’ the device when the application is open? > I agree with this one. I understand the starting purpose of UsbDk is for Spice but it can be a generic driver as well. Is there an option to install UsbDk as the generic d

Re: [Spice-devel] QXL from spice-guest-tools-0.3, Code 52 - signing problem?

2013-01-25 Thread Xiaofan Chen
On Fri, Jan 25, 2013 at 10:10 PM, Christophe Fergeau wrote: > I expect the virtio drivers and the qxl driver to install with a warning > on win7 32 bit, and to be rejected on win7 64 bit (because they are non > WHQL'ed) unless you disable driver signing verification somehow. No you should not nee

Re: [Spice-devel] Usb redirection

2012-12-18 Thread Xiaofan Chen
On Wed, Dec 19, 2012 at 8:54 AM, Jackson wrote: >> 2) The usbredirhost_read_guest_data() call from usbredir_handle_msg >> has a complete packet, and one which requires it to make some libusb >> call which takes one of libusb's internal locks, and for some reason >> the libusb_handle_events() call

Re: [Spice-devel] [usbredir PATCH 5/6] usbredirhost: claim/release: ignore NOT_SUPPORTED on attach|detach kernel driver

2012-05-04 Thread Xiaofan Chen
On Fri, May 4, 2012 at 3:09 PM, Hans de Goede wrote: > Hi Xiaofan, > > I did not know you where following this list too :) :-) >> To me the above is not the right fix, the right fix is to limit the call >> libusb_detach_kernel_driver() to Linux only. Do not use this >> call for other systems sin

Re: [Spice-devel] [usbredir PATCH 5/6] usbredirhost: claim/release: ignore NOT_SUPPORTED on attach|detach kernel driver

2012-05-04 Thread Xiaofan Chen
On Thu, May 3, 2012 at 11:04 PM, Uri Lublin wrote: > On Windows libusb_(attach|detach)_kernel_driver are not supported. > A libusb driver is already installed (device was successfully opened). > In that case just continue as if operation was successful. > --- >  usbredirhost/usbredirhost.c |    4