Re: [Spice-devel] usbdk lead to usb unusable on Win7

2017-11-20 Thread 王杰东
Thank you for help ! and i resolve it with installing Win7 patch KB3033929 . -- Original -- From: "Sameeh Jubran"; Date: Mon, Nov 20, 2017 04:15 PM To: "王杰东"; Cc: "spice-devel"; Subject: Re: [Spice-devel] usbdk lead to usb un

Re: [Spice-devel] usbdk lead to usb unusable on Win7

2017-11-20 Thread Sameeh Jubran
Hi, This is a known issue when driver signature enforcement is enabled, is this the case for you? Please confirm/deny. This issue was solved in this commit (check the commit message for more info): https://github.com/daynix/UsbDk/commit/5dda7555c5d0eb0ad302407f41bd83f8286c32fc However this commi

Re: [Spice-devel] UsbDk 1.0.19 released

2017-04-22 Thread Dmitry Fleytman
Hello Oscar, Are you redirecting a specific USB device? Which device is it? How do you redirect it? Thanks, Dmitry > On 20 Apr 2017, at 23:03 PM, Oscar Segarra wrote: > > Hi, > > I have a Windows 10 client and a Windows 10 kvm guest and the usb redirection > does not work yet. > > Nothing

Re: [Spice-devel] UsbDk 1.0.19 released

2017-04-20 Thread Oscar Segarra
Hi, I have a Windows 10 client and a Windows 10 kvm guest and the usb redirection does not work yet. Nothing appears in guest event viewer. Any help will be welcome! 2017-04-20 9:47 GMT+02:00 Dmitry Fleytman : > Hi All, > > The new version of UsbDk (1.0.19) was released. > > This version int

Re: [Spice-devel] UsbDk-related patches

2016-01-28 Thread Chris Dickens
Hi, I have addressed this issue with commit c8f71151. Regards, Chris On Wed, Jan 27, 2016 at 6:06 AM, Dmitry Fleytman wrote: > > > Sent from my iPhone > >> On 27 Jan 2016, at 15:58, Christophe Fergeau wrote: >> >>> On Wed, Jan 27, 2016 at 02:09:25PM +0200, Dmitry Fleytman wrote: >>> On 27

Re: [Spice-devel] UsbDk-related patches

2016-01-28 Thread Christophe Fergeau
On Wed, Jan 27, 2016 at 11:49:28AM -0800, Chris Dickens wrote: > Hi, > > I have addressed this issue with commit c8f71151. Great, thanks, looks good to me! Christophe signature.asc Description: PGP signature ___ Spice-devel mailing list Spice-devel@l

Re: [Spice-devel] UsbDk-related patches

2016-01-27 Thread Dmitry Fleytman
Sent from my iPhone > On 27 Jan 2016, at 15:58, Christophe Fergeau wrote: > >> On Wed, Jan 27, 2016 at 02:09:25PM +0200, Dmitry Fleytman wrote: >> >>> On 27 Jan 2016, at 14:00 PM, Christophe Fergeau wrote: >>> >>> On Wed, Jan 27, 2016 at 01:51:12PM +0200, Dmitry Fleytman wrote: Hello,

Re: [Spice-devel] UsbDk-related patches

2016-01-27 Thread Christophe Fergeau
On Wed, Jan 27, 2016 at 02:09:25PM +0200, Dmitry Fleytman wrote: > > > On 27 Jan 2016, at 14:00 PM, Christophe Fergeau wrote: > > > > On Wed, Jan 27, 2016 at 01:51:12PM +0200, Dmitry Fleytman wrote: > >> Hello, Spice List > >> > >> I just got a confirmation that UsbDk backend integration for li

Re: [Spice-devel] UsbDk-related patches

2016-01-27 Thread Dmitry Fleytman
> On 27 Jan 2016, at 14:00 PM, Christophe Fergeau wrote: > > On Wed, Jan 27, 2016 at 01:51:12PM +0200, Dmitry Fleytman wrote: >> Hello, Spice List >> >> I just got a confirmation that UsbDk backend integration for libusb was >> pushed upstream: >> >> 24c5289 build: Integrate usbdk backend >>

Re: [Spice-devel] UsbDk-related patches

2016-01-27 Thread Christophe Fergeau
On Wed, Jan 27, 2016 at 01:51:12PM +0200, Dmitry Fleytman wrote: > Hello, Spice List > > I just got a confirmation that UsbDk backend integration for libusb was > pushed upstream: > > 24c5289 build: Integrate usbdk backend > 8823c17 usbdk: Introduce usbdk backend > 5d83aba windows: Rename window

Re: [Spice-devel] UsbDk

2015-03-06 Thread Dmitry Fleytman
> On Mar 6, 2015, at 02:05 AM, Xiaofan Chen wrote: > > 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 dr

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] 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 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] 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 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-04 Thread Jason Kotzin
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. But for future stuff, I’m not doing anything other than HID anymore because of w

Re: [Spice-devel] UsbDk

2015-03-04 Thread Dmitry Fleytman
Hi Jason, My name is Dmitry Fleytman and I’m author and maintainer of UsbDk. > On Mar 3, 2015, at 23:36 PM, Jason Kotzin wrote: > > Spice Developers - > > I have been watching the discussion on the libusb developer mailer and am > absolutely intrigued. The number one issue I have my product