Kees Jongenburger 146e5a99e4 usbd:fix get_bp workaround
Change-Id: I6967dc515e3da4330503eb716e8f0165df71b8f1

http://gerrit.minix3.org/#/c/2697/
2014-07-28 17:05:40 +02:00
..
2014-07-28 17:05:40 +02:00
2014-07-28 17:05:40 +02:00
2014-07-28 17:05:38 +02:00
2014-07-28 17:05:38 +02:00
2014-07-28 17:05:38 +02:00

-------------------------------------------------------------------------------
*                           INFORMATION:                                      *
-------------------------------------------------------------------------------
README file for "USBD" USB host controller driver.

created march-may 2014, JPEmbedded (info@jpembedded.eu)

-------------------------------------------------------------------------------
*                           KNOWN LIMITATIONS:                                *
-------------------------------------------------------------------------------
- Only first configuration can be selected for attached device
- Only one device can be handled at a time, no hub functionality
- DDEKit does not implement resource deallocation for corresponding thread
  creation (see ddekit_thread_terminate, ddekit_thread_create) thus resources
  are spilled
- Driver assumes that there is no preemption for DDEKit threading