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]

[Bug 1001024] STM32 USB driver and proposed USB API change


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

Alan Bowman <alan.bowman@datong.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alan.bowman@datong.co.uk

--- Comment #31 from Alan Bowman <alan.bowman@datong.co.uk> 2010-10-21 16:40:19 BST ---

> I don't think this scenario is supported by the USB spec - a single end device
> can only ever implement a single class driver, as identified by the device
> descriptor.  To get multiple class drivers running behind a single USB
> connector, you would need to emulate a USB hub and hang the class drivers off
> the back of that - one per virtual USB slave device.

While I haven't looked through the spec for a while, I believe that you _can_
have multiple class drivers on a single device without using a virtual hub.  I
think it's called a composite device.  The descriptor arrangement is a bit more
complicated, but it's still possible.

-- 
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]