Hello.

I'm working on my android app and i compare why it's not working on Android
(Linux kernel) in native code.

I found that submit_control_transfer sends ioctl(.., IOCTL_USBFS_SUBMITURB)
in linux_usbfs.c and not ioctl(.., IOCTL_USBFS_CONTROL).

I've compared it with libusbhost.c file from android sources and found that
it's sending ioctl(, USBDEVFS_CONTROL) where USBDEVFS_CONTROL is just
another name for IOCTL_USBFS_CONTROL.

So can anybody explain me is that libusbx bug or i just did understand smth?
Thanks, Anton.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to