[ros-dev] libusb-win32 - can we use it?

2014-05-19 Thread Alexander Rechitskiy
http://sourceforge.net/apps/trac/libusb-win32/wiki -- Best regards, Alexander Rechitskiy ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] libusb-win32 - can we use it?

2014-05-19 Thread David Quintana (gigaherz)
As far as I understand, libusb is a means for usermode applications to attach themselves to an usb device, sending messages and receiving replies. What would the purpose be for libusb in the context of ReacOS? On 19 May 2014 12:38, Alexander Rechitskiy wrote: > http://sourceforge.net/apps/trac

Re: [ros-dev] libusb-win32 - can we use it?

2014-05-19 Thread James Tabor
It seems to work well, https://www.reactos.org/forum/viewtopic.php?f=4&t=13008&p=106242#p106242 On Mon, May 19, 2014 at 5:56 AM, David Quintana (gigaherz) < gigah...@gmail.com> wrote: > As far as I understand, libusb is a means for usermode applications to > attach themselves to an usb device,

Re: [ros-dev] libusb-win32 - can we use it?

2014-05-20 Thread David Quintana (gigaherz)
I still don't understand how adding a filter driver to the stack fixes USB... :/ Either we have some essential USB code that depends on libusb functionality, but no libusb on the repo (which would be rather stupid), or adding the filter driver in the middle of the USB stack happens to hide a bug i