Re: usb2 iscochronous transfer



Hans Petter Selasky wrote:

On Thursday 23 February 2006 17:41, Peter B wrote:
Is there any work at all on usb2 isochronous transfer functionality?

It's already implemented!


http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=1.14.2.10&;
content-type=text/x-cvsweb-markup

* 1) The EHCI driver lacks support for isochronous transfers, so
* devices using them don't work.

Any hints on what's needed to make it work?

My new USB driver supports it.
http://www.turbocat.net/~hselasky/usb4bsd


Seems DVB-S receiver cards use usb2-isoc mode, therefore the need.


Maybe you want to try out the new USB API when designing the driver. Don't
forget that high-speed isoc have 8 frames per millisecond!

PS: My USB driver in SVN is now also compiling and working on NetBSD 3.X.

How is integration to the FreeBSD CVS ..? (commited?)

Considering fully working usb1/usb2 ctrl/intr/bulk/isoc working modes and
finegrained locks. It seems better than the current one.

How is uaudio and umass working with this driver?, what version of freebsd
works best with this new usb-driver? (I will likely use ugen for dvb-s)

_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • RE: Problems doing serial over USB with PPC 2003
    ... anyone know what the uniqueness is of an interface type value in the registry ... in relation to a driver. ... When I rename the dll name of usb driver that is referenced by the serial ... > the specific index the SerialUSB driver resides on changes i.e. COMx:, ...
    (microsoft.public.pocketpc.developer)
  • Re: Writefile in kernel32.dll problems
    ... Writing to a serial port is not just calling WriteFile but you ... Your USB driver seems to not completely behave as a COMM driver ... should and VISA stumbles over this behaviour. ...
    (comp.lang.labview)
  • Re: loadcepc for linux
    ... source code for their bootloader, because of this we need to write a ... complete new bootloader with CAN drivers, USB driver, SD driver etc.. ...
    (microsoft.public.windowsce.embedded)
  • Re: Reg. USB Driver while booting wince 5.0
    ... <apellerin AT adeneo DOT adetelgroup DOT com>http://www.adeneo.adetelgroup..com ... My USB driver is working in my evaluation board and i was able to ... BSP Interrupt Enable IRQ ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to NDIS halt when USB device unplugged
    ... would it be a mistake to call IoAttachDeviceToDeviceStack() in the ... NDIS driver after I have a pointer to the USB driver on the USBD stack? ...
    (microsoft.public.development.device.drivers)