From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from web83502.mail.sp1.yahoo.com (web83502.mail.sp1.yahoo.com [216.252.120.158]) by ozlabs.org (Postfix) with SMTP id 99B41DDD1B for ; Thu, 2 Apr 2009 04:24:57 +1100 (EST) Message-ID: <722080.36173.qm@web83502.mail.sp1.yahoo.com> Date: Wed, 1 Apr 2009 10:24:54 -0700 (PDT) From: Ron Madrid Subject: USB drivers To: linuxppc-dev@ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: ron_madrid@sbcglobal.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I have a custom board based on the MPC8313ERDB and have communications capabilities over Ethernet using internet sockets. Basically, just data transfer from the host (my board) to a client (a PC). I want to be able to perform similar transactions across USB. I have done some cursory reading but am a little unclear on how I should approach this. Am I going to have to write a host driver for my custom board, and also write a gadget driver for any client machine? Also, since I am desiring to do simple data transfers only, which drivers could I use as a point of reference for my application? Thanks in advance for any tips and suggestions. Ron