From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 4 15:01:44 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 008521065676 for ; Mon, 4 Jun 2012 15:01:44 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2C28FC14 for ; Mon, 4 Jun 2012 15:01:43 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 282051660; Mon, 04 Jun 2012 17:01:22 +0200 From: Hans Petter Selasky To: Wojciech Puchar Date: Mon, 4 Jun 2012 17:00:41 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201206031113.46034.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206041700.41823.hselasky@c2i.net> 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 15:01:44 -0000 On Monday 04 June 2012 07:00:01 Wojciech Puchar wrote: > > Have a look at: > > > > sys/dev/usb/storage/ustorage_fs.c > > > > Currently just implements a RAM disk. Patches are welcome. > > many answers - contradicting itself. others says hardware is unable to do > so, you say it is done. then - how to use it? any docs? :) 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. --HPS