Re: [Spice-devel] UsbDk

2015-03-05 Thread Dmitry Fleytman
Hi Jason, > On Mar 4, 2015, at 19:42 PM, Jason Kotzin wrote: > > Hi Dmitry - > > Thanks for getting back to me. > > Yes, I understand HID is the way to go, but I have quite a few devices > shipped and flashed, so I need to solve this terrible windows problem with > these existing devices. B

Re: [Spice-devel] UsbDk

2015-03-05 Thread Jason Kotzin
Yes, applied them, and followed up with a compile error. Okay, but I’m still confused. My application does not always run. So they will be prompted with a ‘new device found message’, But when they run my main application and with libusb, that message will disappear, and my device will be hidden

Re: [Spice-devel] UsbDk

2015-03-05 Thread Dmitry Fleytman
Hi Jason, > On Mar 5, 2015, at 10:25 AM, Jason Kotzin wrote: > > Yes, applied them, and followed up with a compile error. Please see my answer on this at libusb-devel. > > Okay, but I’m still confused. My application does not always run. So they > will be prompted with a ‘new device found me

Re: [Spice-devel] [PATCH][common] Fix typo in pixman_image_get_stride() function

2015-03-05 Thread Christophe Fergeau
On Wed, Feb 25, 2015 at 05:22:53PM +0100, Fabiano Fidêncio wrote: > pixman_image_surface-get_stride -> pixman_image_get_stride > --- > common/canvas_base.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/canvas_base.c b/common/canvas_base.c > index 837f1d1..a2dc431

Re: [Spice-devel] [PATCH][spice-server] tests: Fix build on Hurd

2015-03-05 Thread Christophe Fergeau
On Tue, Feb 24, 2015 at 03:24:52PM +0100, Fabiano Fidêncio wrote: > As PATH_MAX is not defined on Hurd, let's check for it and define > whenever it is necessary. > > https://bugs.freedesktop.org/show_bug.cgi?id=74313 > --- > server/tests/test_display_base.c | 4 > 1 file changed, 4 insertion

Re: [Spice-devel] Minute bug fix for spice 0.12.4 for Debian based linux

2015-03-05 Thread Fabiano Fidêncio
On Mar 5, 2015 3:52 AM, "Liang Guo" wrote: > > Hi, > > > On Thu, Mar 5, 2015 at 12:25 AM, sujay wrote: > > Hi, > > > > I recently found downloading spice source (version 0.12.4) on Ubuntu 14.04.2 > > Linux from Ubuntu repo creates an error as shown below > > > > {{{ > > $ apt-get source spice > >

Re: [Spice-devel] UsbDk

2015-03-05 Thread Jason Kotzin
A null driver is okay, but I feel like it defeats the purpose of using usbDk. Then you have to worry about driver signing, and all that nonsense, right? And when you unplug and plug into a different usb port, sure enough windows goes into ‘wtf’ mode, can’t find the already installed inf. Do you

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