* MPC5200B and USB
@ 2009-10-14 12:57 FIXED-TERM Seeh Thomas (BEG/EMS1)
2009-10-14 18:21 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: FIXED-TERM Seeh Thomas (BEG/EMS1) @ 2009-10-14 12:57 UTC (permalink / raw)
To: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 887 bytes --]
Hello everyone,
I'm working on a project to get USB ready on a MPC5200B based board.
On this board I'm not using Linux (but MQX), but my question is not related to Linux.
It's more specific to USB and OHCI.
I will communicate with a Mass Storage Device and therefor the control transfer works fine.
The Mass Storage Device has two endpoints for bulk transfer, one IN (from device to host) and
one OUT (from host to device).
If I want to communicate with the device should I have two endpoints on the host side too?
This would mean one endpoint which is associated with the IN endpoint to the device and one endpoint which
is associated with OUT endpoint to the device. Is that right?
For example I want to send a INQUIRY command to the device. Which endpoint must I use
to send the command and on which endpoint do I receive the question?
Best regards
Thomas
[-- Attachment #2: Type: text/html, Size: 1544 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MPC5200B and USB
2009-10-14 12:57 MPC5200B and USB FIXED-TERM Seeh Thomas (BEG/EMS1)
@ 2009-10-14 18:21 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2009-10-14 18:21 UTC (permalink / raw)
To: FIXED-TERM Seeh Thomas (BEG/EMS1); +Cc: linuxppc-dev@lists.ozlabs.org
On Wed, Oct 14, 2009 at 6:57 AM, FIXED-TERM Seeh Thomas (BEG/EMS1)
<fixed-term.Thomas.Seeh@de.bosch.com> wrote:
> Hello everyone,
>
> I'm working on a project to get USB ready on a MPC5200B based board.
> On this board I'm not using Linux (but MQX), but my question is not related
> to Linux.
> It's more specific to USB and OHCI.
> I will communicate with a Mass Storage Device and therefor the control
> transfer works fine.
> The Mass Storage Device has two endpoints for bulk transfer, one IN (from
> device to host) and
> one OUT (from host to device).
>
> If I want to communicate with the device should I have two endpoints on the
> host side too?
Sounds like you need to brush up on how USB works. The host
controller can talk to any endpoint on any device, and it schedules
the transfers for them. There are no host-side endpoints like there
are on the device.
This question is very off-topic for this list. You should refer to
the USB standards documentation or look for a USB specific mailing
list. Please don't ask non-Linux questions on a Linux mailing list.
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-14 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 12:57 MPC5200B and USB FIXED-TERM Seeh Thomas (BEG/EMS1)
2009-10-14 18:21 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox