Linux version of libusb that works with FreeBSD

2007-12-16 Thread Daniel O'Connor
I am wondering if anyone has tried building such a beast? ie a Lunux libusb that will be able to access devices in FreeBSD.. The reason I'd like it is that I want to use this http://rmdir.de/~michael/xilinx/ in FreeBSD so I can talk to a USB JTAG cable. The thing I am not sure about is how ioct

Linux version of libusb that works with FreeBSD

2008-03-20 Thread Isaac Mushinsky
There was a thread on this subject a couple of months ago: a working libusb in /compat/linux. Has anybody tried to make this work? There is a linux binary application I want to run and a photo film scanner that it uses via libusb directly (not sane backend)... _

Re: Linux version of libusb that works with FreeBSD

2007-12-16 Thread Mike Meyer
On Mon, 17 Dec 2007 16:26:58 +1030 "Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > I am wondering if anyone has tried building such a beast? > ie a Lunux libusb that will be able to access devices in FreeBSD.. Well, the devel/libusb port builds out of the box for me. It's used by a number of image

Re: Linux version of libusb that works with FreeBSD

2007-12-17 Thread Daniel O'Connor
On Mon, 17 Dec 2007, Alexander Leidinger wrote: > > The thing I am not sure about is how ioctl's would get mangled on > > the way through. > > They get interpreted as linux ioctl, as they are handled by the > linuxulator. You could try to write a wrapper there... Yeah.. Maybe an FS approach would

Re: Linux version of libusb that works with FreeBSD

2007-12-17 Thread Alexander Leidinger
Quoting Daniel O'Connor <[EMAIL PROTECTED]> (from Mon, 17 Dec 2007 16:26:58 +1030): I am wondering if anyone has tried building such a beast? ie a Lunux libusb that will be able to access devices in FreeBSD.. The reason I'd like it is that I want to use this http://rmdir.de/~michael/xilinx/ i

Re: Linux version of libusb that works with FreeBSD

2007-12-17 Thread Alexander Leidinger
Quoting Daniel O'Connor <[EMAIL PROTECTED]> (from Mon, 17 Dec 2007 21:39:39 +1030): On Mon, 17 Dec 2007, Alexander Leidinger wrote: AFAIR HPS' USB stack has linux compatibility, maybe you should ask him / have a look at it. I had a look at the code but I can't see any Linux related code.

Re: Linux version of libusb that works with FreeBSD

2007-12-17 Thread Daniel O'Connor
On Mon, 17 Dec 2007, Mike Meyer wrote: > On Mon, 17 Dec 2007 16:26:58 +1030 "Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > > I am wondering if anyone has tried building such a beast? > > ie a Lunux libusb that will be able to access devices in FreeBSD.. > > Well, the devel/libusb port builds out o