From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 3 18:24:19 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 67E6B1065672 for ; Sun, 3 Jun 2012 18:24:19 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3B78FC15 for ; Sun, 3 Jun 2012 18:24:19 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so5348594pbb.13 for ; Sun, 03 Jun 2012 11:24:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=7cfVoktAIZMO7pv/6EKBBFFmlG4qgNwr30/NmLVM1HM=; b=05hUdbc6ljRKXvWkHrDpmV9lBVuZ6y5A5nsrIC4NVExsiIhLEuZsuaZvzZaQSklAUS LbZ3CQfziRiiJiL0eKaOn3lDpzvSku1mb2INEuIPzNsW+rgvlwAM6X0klahEtJsVnGFm vnHo42jqZR6kBuBM+W46Hs4OdBkqNMih0WK3WBhViwyGgbXO8iAB90zM6ts4gLMtqcFg HPFvwqgZK4Ay6ybYf0ZlKmxhHIkr35XAsf2RLfTqA9L7RhXhsyj++CO+crvHRVEhHyac 1aZLaprGtmDn2t0AY0A/BNZdaTI1d4pjE1E5qnsfqCwCUCywmFEaSstvR5tF/Zwj/wjp +UoQ== MIME-Version: 1.0 Received: by 10.68.116.203 with SMTP id jy11mr21578246pbb.129.1338747858847; Sun, 03 Jun 2012 11:24:18 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.91.18 with HTTP; Sun, 3 Jun 2012 11:24:18 -0700 (PDT) In-Reply-To: <15392.1338712047@critter.freebsd.dk> References: <15392.1338712047@critter.freebsd.dk> Date: Sun, 3 Jun 2012 11:24:18 -0700 X-Google-Sender-Auth: I1RIzbGhJF-gTukbCo4XdPsOU5o Message-ID: From: Adrian Chadd To: Poul-Henning Kamp Content-Type: text/plain; charset=ISO-8859-1 Cc: Wojciech Puchar , 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: Sun, 03 Jun 2012 18:24:19 -0000 On 3 June 2012 01:27, Poul-Henning Kamp wrote: > In message , Wojci > ech Puchar writes: > >>is it the same possible with USB? >>i mean if i can make my laptop to simulate say USB CDROM. > > No, the hardware is not up to it. Well, the embedded controller in the Atheros SoCs can act as a USB device and USB host, so it's certainly possible. I don't know if we have driver support in the tree for being a USB device though. Adrian