Re: libusb-1.0 and freebsd libusb: libusb_handle_events_completed() missing?

2014-08-12 Thread Hans Petter Selasky
On 08/12/14 20:48, CeDeROM wrote: Hello :-) I am working on GNURadio port for FreeBSD and try to make upstream patches :-) The libusb_handle_events_completed() function seemd to be missing in FreeBSD, while it is a parto of the LibUSB-1.0 API [1]. Are there any plans to add or wrap this

Re: libusb-1.0 and freebsd libusb: libusb_handle_events_completed() missing?

2014-08-12 Thread CeDeROM
On Tue, Aug 12, 2014 at 8:56 PM, Hans Petter Selasky h...@selasky.org wrote: I am working on GNURadio port for FreeBSD and try to make upstream patches :-) The libusb_handle_events_completed() function seemd to be missing in FreeBSD, while it is a parto of the LibUSB-1.0 API [1]. Are there any

Re: libusb-1.0 and freebsd libusb: libusb_handle_events_completed() missing?

2014-08-12 Thread Hans Petter Selasky
On 08/12/14 21:01, CeDeROM wrote: On Tue, Aug 12, 2014 at 8:56 PM, Hans Petter Selasky h...@selasky.org wrote: I am working on GNURadio port for FreeBSD and try to make upstream patches :-) The libusb_handle_events_completed() function seemd to be missing in FreeBSD, while it is a parto of the

Re: libusb-1.0 and freebsd libusb: libusb_handle_events_completed() missing?

2014-08-12 Thread CeDeROM
On Tue, Aug 12, 2014 at 9:06 PM, Hans Petter Selasky h...@selasky.org wrote: ACK! How should it be handled on previous releases? Is libusb_handle_events(NULL); instead enough? :-) It cannot. The most simple solution is to only checkout libusb from -stable and: cd libusb make all install

Re: libusb-1.0 and freebsd libusb: libusb_handle_events_completed() missing?

2014-08-12 Thread Hans Petter Selasky
On 08/12/14 21:24, CeDeROM wrote: On Tue, Aug 12, 2014 at 9:06 PM, Hans Petter Selasky h...@selasky.org wrote: ACK! How should it be handled on previous releases? Is libusb_handle_events(NULL); instead enough? :-) It cannot. The most simple solution is to only checkout libusb from -stable