Looks OK to me. Just a couple minor issues:
o io.c:1952:4: warning: Value stored to 'ret' is never read
ret = LIBUSB_ERROR_OTHER;
^ ~~
Looking at the source, we probably want r = LIBUSB_ERROR_OTHER; there.
o core.c(751): warn
Hi all,
With some help from Pete, Xiaofan as well as Nathan, I have been working on
integrating the libusb hp API work done by Nathan for 1.0.16 on top of libusbx.
We're planning to push these changes to libusbx master by the end of the week,
so please test and review before that, you can find th
Hi Matt
I'm Simon Haggett, one of the maintainers of CEUSBKWrapper.
CEUSBKWrapper is provided as two Platform Builder subprojects
(drv\ceusbkwrapperdrv.pbpxml and lib\ceusbkwrapper.pbpxml), which must
be incorporated into an OS design. For now, CEUSBKWrapper requires
Windows CE 6.0 or later (a
Hi,
I am trying to use libusbx with Windows CE, but I am having some trouble
getting it to work.
I understand it is necessary to include CEUSBKWrapper in the Windows CE image.
I downloaded a file with sourcecode, but detailed instructions as how to add
this are not included.
I have Platform Buil