Discussion:
USB Host to Host Interface Help
Mark Depto
2008-01-21 00:04:06 UTC
Permalink
Hi All,

I am trying to gather some information for writing an USB driver for
development with a 2.6.2x kernel. My goal is to make a Linux, USB host
act as a mass storage device using an appropriate transfer cable to
interlink the two usb host systems. I have a media player (USB host)
which reads mass storage devices, and I would like to host the media
from my Linux system instead. Simply trying to bastardize OTG probably
would not work well here. I am an usb driver noob and I was hoping you
folks could give me some pointers as to how I might approach this
task. I would appreciate any insight you could provide me. Thanks in
advance!
--
Regards,

Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
linux-usb-***@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
Alan Stern
2008-01-21 16:08:41 UTC
Permalink
Post by Mark Depto
Hi All,
I am trying to gather some information for writing an USB driver for
development with a 2.6.2x kernel. My goal is to make a Linux, USB host
act as a mass storage device using an appropriate transfer cable to
interlink the two usb host systems.
There are no transfer cables capable of doing this.
Post by Mark Depto
I have a media player (USB host)
which reads mass storage devices, and I would like to host the media
from my Linux system instead. Simply trying to bastardize OTG probably
would not work well here. I am an usb driver noob and I was hoping you
folks could give me some pointers as to how I might approach this
task. I would appreciate any insight you could provide me. Thanks in
advance!
See <http://www.linux-usb.org/gadget/>.

Alan Stern


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
linux-usb-***@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Loading...