From owner-freebsd-current@FreeBSD.ORG Mon Jul 22 15:49:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1BD78B7A for ; Mon, 22 Jul 2013 15:49:49 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id D0985258A for ; Mon, 22 Jul 2013 15:49:48 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 4AE027A0D7; Mon, 22 Jul 2013 17:49:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id D4E948EF83D; Mon, 22 Jul 2013 17:49:51 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mxuxvLOTLc5T; Mon, 22 Jul 2013 17:49:51 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 4B6C38EF83C; Mon, 22 Jul 2013 17:49:51 +0200 (CEST) Message-ID: <51ED54FA.5080907@bitfrost.no> Date: Mon, 22 Jul 2013 17:51:22 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alie Tan Subject: Re: USB gadget examples References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 15:49:49 -0000 On 07/22/13 17:15, Alie Tan wrote: > Hi, > > May I know what is this USB gadget examples for? > http://svnweb.freebsd.org/base?view=revision&revision=253544 > http://svnweb.freebsd.org/base?view=revision&revision=253546 > > Regards, > Alie T Hi, These examples are for implementing a real USB device, I.E. not the driver on the host side, but for the firmware in the device itself. --HPS