This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: USB mass storage package (slave side).


Hi Christophe

Christophe Coutand wrote:

> Calling USB endpoint with their devtab entry name ( .e.g. /dev/usbsX )
> was meant to be more user friendly but can be easily changed. I guess
> that is the meaning of the new USB API as well.

The new API is intended to provide more flexibility for modern USB slave
hardware (dynamic endpoint configuration).

> Note that the patch is missing a file for some reason ( usbs_msd_scsi.h
> ). I can generate a new patch, shall I remove the dependency towards the
> endpoint devtab entry?

If you have time to remove the dependency on endpoint devtab entries,
that would be great. Also, could you raise a new bugzilla report at
http://bugs.ecos.sourceware.org for your contribution? It's much easier
to track patches and the discussion about them in Bugzilla.

To be clear, the new USB API presented at:

  http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001024

is not yet formalised, but any future changes required to use the new
API should be independent of work to remove the dependency on endpoint
devtab entries within your MSD function driver package.

Thank you

John Dallaway
eCos maintainer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]