Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-27 Thread Pete Batard
On 2012.06.27 10:10, Xiaofan Chen wrote: > Just wondering if this integration of libusb0.sys/libusbk.sys > support will include the support of isochronous transfer? I > remember the older patch in libusb-pbatard does not seem > to support isoc transfer. That could be quite some work and > probably

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-27 Thread Xiaofan Chen
On Tue, Jun 26, 2012 at 9:08 PM, Pete Batard wrote: > On 2012.06.26 13:48, Timotei Dolean wrote: >> Is there any way I (or someone) could be involved/help implememting the >> other drivers (like libusb0.sys)? If yes, is there any information >> regarding on what/how to contribute? > > Well, time p

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-26 Thread Pete Batard
On 2012.06.26 13:48, Timotei Dolean wrote: > Is there any way I (or someone) could be involved/help implememting the > other drivers (like libusb0.sys)? If yes, is there any information > regarding on what/how to contribute? Well, time permitting, the implementation of libusb0.sys support should

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-26 Thread Timotei Dolean
Subject: Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad On 2012.06.26 10:39, Timotei Dolean wrote: > It seems from the comments that WinUSB has some issues setting the > configuration? Please see http://sourceforge.net/apps/mediawiki/libusbx/index.php?title=Windows#Known_Restri

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-26 Thread Pete Batard
On 2012.06.26 10:39, Timotei Dolean wrote: > It seems from the comments that WinUSB has some issues setting the > configuration? Please see http://sourceforge.net/apps/mediawiki/libusbx/index.php?title=Windows#Known_Restrictions: "WinUSB cannot be used to set a device configuration that is differ

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-26 Thread Timotei Dolean
tch the active configuration? Thanks, Timo From: Peter Stuge To: libusbx-devel@lists.sourceforge.net Sent: Thursday, 21 June 2012, 17:33 Subject: Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad Timotei Dolean wrote: > I'll look in the meantime into the alternative t

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-21 Thread Peter Stuge
Timotei Dolean wrote: > I'll look in the meantime into the alternative to the > select()-based method, maybe that will get it working. Yes, it can't work before then. //Peter -- Live Security Virtual Conference Exclusiv

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-21 Thread Timotei Dolean
Hello Peter, Thanks for the answers. I've removed iTunes and all driver related stuff, and installed the WinUSB with the Zadig application. Now it can successfully connect to the iPad. However, it seems there are some other problems (I got the kernel active one, since we're on windows not linux

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-21 Thread Peter Stuge
Hi Timotei, Timotei Dolean wrote: > Is there something I'm missing, or there is no way to make libusb > work correctly on windows in my scenario? Both libusb and libusbx will work if you change the usbmuxd event handling from a select()-based approach to having a dedicated thread which calls libu

Re: [Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-21 Thread Pete Batard
Hi Timotei, On 2012.06.21 10:35, Timotei Dolean wrote: > It finds the Apple iPad I've connected to the computer, but it seems > that it cannot actually connect to it. This: > [ 2.156932] [18ac] libusbx: debug [unsupported_open] unsupported API > call for 'open' (unrecognized device driver)

[Libusbx-devel] Libusbx on Windows + Cygwin + Apple iPad

2012-06-21 Thread Timotei Dolean
Hello, I have some issues with libusbx on windows. I got it compiled with cygwin, then use it in the usbmuxd library. It finds the Apple iPad I've connected to the computer, but it seems that it cannot actually connect to it. That is, when the usbmuxd executable calls libusb_open, I get the f