Re: [Spice-devel] [spice-gtk 12/13] usb-redir: use persistent libusb_device under Windows also

2019-03-13 Thread Christophe Fergeau
On Wed, Mar 13, 2019 at 10:38:09AM +0200, Yuri Benditovich wrote: > On Tue, Mar 12, 2019 at 7:31 PM Christophe Fergeau > wrote: > > > > On Sun, Mar 10, 2019 at 04:46:11PM +0200, Yuri Benditovich wrote: > > > Unify SpiceUsbDeviceInfo for Linux and Windows by using > > > persistent libusb_device.

Re: [Spice-devel] [spice-gtk 12/13] usb-redir: use persistent libusb_device under Windows also

2019-03-13 Thread Yuri Benditovich
On Tue, Mar 12, 2019 at 7:31 PM Christophe Fergeau wrote: > > On Sun, Mar 10, 2019 at 04:46:11PM +0200, Yuri Benditovich wrote: > > Unify SpiceUsbDeviceInfo for Linux and Windows by using > > persistent libusb_device. > > This really needs to be more detailed and explain why this is no longer > a

Re: [Spice-devel] [spice-gtk 12/13] usb-redir: use persistent libusb_device under Windows also

2019-03-12 Thread Christophe Fergeau
On Sun, Mar 10, 2019 at 04:46:11PM +0200, Yuri Benditovich wrote: > Unify SpiceUsbDeviceInfo for Linux and Windows by using > persistent libusb_device. This really needs to be more detailed and explain why this is no longer a valid concern: * On win32 we need to do this the hard and slow way, by

[Spice-devel] [spice-gtk 12/13] usb-redir: use persistent libusb_device under Windows also

2019-03-10 Thread Yuri Benditovich
Unify SpiceUsbDeviceInfo for Linux and Windows by using persistent libusb_device. Signed-off-by: Yuri Benditovich --- src/usb-device-manager.c | 105 --- 1 file changed, 105 deletions(-) diff --git a/src/usb-device-manager.c b/src/usb-device-manager.c index