This is the mail archive of the ecos-bugs@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]

[Bug 1000987] USB Mass-storage driver (slave side)


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000987

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
         AssignedTo|backlog@bugs.ecos.sourcewar |john@dallaway.org.uk
                   |e.org                       |
     Ever Confirmed|0                           |1

--- Comment #5 from John Dallaway <john@dallaway.org.uk> 2010-11-01 14:24:02 GMT ---
Created an attachment (id=1007)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1007)
usbs_msd-101101.patch

This experimental patch allows the mass storage device support to work with USB
drivers that use dynamic data endpoint configuration.

Christophe, I've been able to run up the usbs_test_ramdisk test on an
STM3210E-EVAL board with this patch. Two initial issues:

*  usbs_serial_wait_until_configured() should be renamed to
   usbs_msd_wait_until_configured()

*  The changes I have made to this function assume that the caller is
   waiting for MSD0. We could make this more generic by extending the
   usbs_msd struct to hold a "use dynamic data endpoints" boolean - or
   is there a better way?

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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