Passmark USB loopback test plugs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Nov 21, 2007 12:23 PM, Greg KH <greg at kroah.com> wrote:
> On Wed, Nov 21, 2007 at 09:12:54AM +0800, Peter Teoh wrote:
> > To address all the points discussed:
> >
> > a.   As a newbie, kernel driver was something I am a little bit
> > familiar.   Well, libusb or raw usbfs?   I will pick it up next :-).
> > Thanks for the tip.   One question - in one-liner or two, what are the
> > differences between the two?   Flexibility or otherwise?   For the
> > moment I will just pick libusb.   Personally I definitely preferred
> > userspace than kernel, as relinking it for different kernel version is
> > a headache :-(.
>
> libusb tries to put a "pretty" face on the raw ioctls of usbfs.  But by
> doing that, it dumbs down the interface so that you can not really use
> isoc urbs, or have multiple urbs in flight at the same time.
>
> "raw" usbfs can handle all of that at with the added complexity of
> having to manage the urbs yourself.
>
> People are trying to write a new version of libusb to handle these
> shortcomings, called "openusb", but based on their current design
> documents, I'm not holding my breath as to how well it's going to all
> work out :)
>
> Does that help?
>

Thank you very much.   AFAIK, there is no isoc requirements currently.
  Just basically sending out data at one endpoint, and receiving via
another endpoint.   Later other functionality may be added, but we
will see.
I will take a look into libusb and usbfs.   Thanks.


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux