On Sat, Sep 11, 2010 at 9:04 AM, Gao Hong <joy.highl...@gmail.com> wrote:
> I see not,at theĀ beginningĀ I didn't install any driver for my usb
> device,just level it as windows installed.
> However how did the pyusb/libusb-windows backend find it and get the
> device/interface descriptor for it with out winusb? the device is an mass
> storage device.

The libusb-1.0 Windows backend uses Setupapi for those kind of
things. No WinUSB is needed to get the descriptors. However, once
you want to do real operation, then you have to use the WinUSB driver.

> Currently the libusb-win32 seems to be an better choice with filter-driver
> if it works...

If it is for your development use, the filter driver is okay. We still
do not recommend to deploy filter driver to end users as potential
problems can still occur, including BSODs in some circumstances.


-- 
Xiaofan

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to