Hi there, As some of you may already know, Spice supports native USB device redirection from client machine to VM (see http://www.spice-space.org). For our Windows client we use libwdi for installing driver (currently winusb) for the redirected devices. Since we don't want the user to be asked for admin rights for each install, we have written a dummy service for this job. It will be nice to get your feedback.
Thanks, Arnon git://people.freedesktop.org/~agilboa/usbclerk.git usbclerk: Windows service for signing and installing usb device drivers When usbclerk service is up, any application can connect its named pipe with a USB device (pid,vid) to sign and install. When done, the service will reply with an ack or error code. Currently winusb driver is installed, in order to use libusb for communicating with the device. The usbclerk service can be installed/uninstalled by "usbclerk install"/"usbclerk uninstall". usbclerktest is a sample cli app communicating with the usbclerk service. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ libusbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libusbx-devel
