From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 4 17:15:13 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9AA31065673 for ; Mon, 4 Jun 2012 17:15:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 24F1D8FC0C for ; Mon, 4 Jun 2012 17:15:12 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q54HF6EG003643; Mon, 4 Jun 2012 19:15:06 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q54HF6qG003640; Mon, 4 Jun 2012 19:15:06 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 4 Jun 2012 19:15:06 +0200 (CEST) From: Wojciech Puchar To: Hans Petter Selasky In-Reply-To: <201206041700.41823.hselasky@c2i.net> Message-ID: References: <201206031113.46034.hselasky@c2i.net> <201206041700.41823.hselasky@c2i.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Mon, 04 Jun 2012 19:15:06 +0200 (CEST) Cc: freebsd-hackers@freebsd.org Subject: Re: reverse USB driver - is it possible? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 17:15:13 -0000 > > When USB was designed, they didn't think about what is called cross-over in > the ethernet world. Therefore hardware is typically limited to host or device. > Hardware that can do both is called OTG USB hardware. > OK fine, i now understand exactly what "OTG" means in eg. microchip microcontrollers. So this few $ things can do this, and expensive PC cannot. So the only way to do this is to make a microcontroller based bridge or there are such solutions already available? actually the only thing i want is CD/DVD USB simulator using file on my laptop or even separate flash memory (pendrive).