On Thu, Jan 8, 2009 at 8:17 PM, Spencer Oliver <[email protected]> wrote: > windows drivers work in a strange way, each device has a registered driver, > eg. rlink uses the jungo driver by default. > libusb-win32 has two ways of accessing a device, we can install libush as > the default driver or use a filter driver.
If you want to support Vista, forget about the filter driver. The libusb-win32 filter driver is known to cause problems under Vists 32 and totally not working under Vista 64. The libusb-win32 device driver works under Windows XP, XP 64, Vista 32 but not Vista 64. Xiaofan _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
