[Libusbx-devel] www.libusbx.org is not the same as libusbx.org

2012-08-17 Thread Xiaofan Chen
Right now http://libusbx.org works fine but http://www.libusbx.org does not work. Maybe it is a good idea to fix that. mymacmini:test xiaofanc$ ping www.libusbx.org ping: cannot resolve www.libusbx.org: Unknown host mymacmini:test xiaofanc$ ping libusbx.org PING libusbx.org (204.232.175.78): 56 d

Re: [Libusbx-devel] libusb_init

2012-08-17 Thread Pete Batard
On 2012.08.17 15:04, 13456 1653 wrote: > > Hello, i want to init libusb on the Windows Embedded Standart SP3 From this [1], I'll assume that your target CPU is x86 compatible, right? > but it crashed. Not entirely surprising, since this is an environment that we have never tested, due to (as f

Re: [Libusbx-devel] Generic device support in Windows

2012-08-17 Thread Xiaofan Chen
On Sat, Aug 18, 2012 at 6:49 AM, David Grant wrote: > On Wed, Aug 15, 2012 at 7:28 PM, Xiaofan Chen wrote: >> You can use install-filter to install and uninstall libusb-win32 filter >> on the fly without a reboot. But take note you need to use 32bit >> install-filter.exe for 32bit system and 64bi

[Libusbx-devel] libusb_init

2012-08-17 Thread 13456 1653
Hello, i want to init libusb on the Windows Embedded Standart SP3, but it crashed. The information in debug_mode is [ 0.00] [0ce4] libusbx: debug [htab_create] using 1021 entries hash table[ 0.00] [0ce8] libusbx: debug [windows_clock_gettime_threaded] hires timer available (Fr

Re: [Libusbx-devel] Generic device support in Windows

2012-08-17 Thread Pete Batard
On 2012.08.18 00:03, David Grant wrote: > After looking at what VMWare View Client does, they seem to replace the > existing driver with their own generic USB driver called vmusb.sys after > the user decides to remote a particular USB device. Then after the user > decides to un-remote the device, o

Re: [Libusbx-devel] Generic device support in Windows

2012-08-17 Thread David Grant
On Fri, Aug 17, 2012 at 3:49 PM, David Grant wrote: > On Wed, Aug 15, 2012 at 7:28 PM, Xiaofan Chen wrote: > >> On Thu, Aug 16, 2012 at 5:32 AM, David Grant >> wrote: >> > Ok, so that sounds promising. I guess the next question is: is it >> possible >> > to use libwdi to install a filter driver

Re: [Libusbx-devel] Generic device support in Windows

2012-08-17 Thread David Grant
On Wed, Aug 15, 2012 at 7:28 PM, Xiaofan Chen wrote: > On Thu, Aug 16, 2012 at 5:32 AM, David Grant wrote: > > Ok, so that sounds promising. I guess the next question is: is it > possible > > to use libwdi to install a filter driver for a device, or to replace that > > device's driver, take over