From owner-freebsd-usb@FreeBSD.ORG Wed Jun 13 10:51:27 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16E361065672 for ; Wed, 13 Jun 2012 10:51:27 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id B66D88FC0A for ; Wed, 13 Jun 2012 10:51:26 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1SelAT-000LOe-1l; Wed, 13 Jun 2012 13:51:17 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Hans Petter Selasky In-reply-to: <201206120939.23874.hselasky@c2i.net> References: <201206120939.23874.hselasky@c2i.net> Comments: In-reply-to Hans Petter Selasky message dated "Tue, 12 Jun 2012 09:39:23 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Jun 2012 13:51:17 +0300 From: Daniel Braniss Message-ID: Cc: freebsd-usb@freebsd.org Subject: Re: the usb port is not providing enough juice X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2012 10:51:27 -0000 > On Tuesday 12 June 2012 09:36:37 Daniel Braniss wrote: > > > On 11/06/2012, at 22:52, Daniel Braniss wrote: > > > > I can't charge iPad using my FreeBD desctop, iPhone/iPod is ok. > > > > under Linux there is a patch that does some 'magic', > > > > so I was wondering if we have something similar for FreeBSD. > > > > > > Some googling shows.. > > > /usr/ports/sysutils/ipad_charge > > > > > > (which looks like it tells the ipad to draw more current, not to enable > > > magic bits in the port to supply it so YMMV with various USB hardware) > > > > It seems to need some twicking, I'll let you know if it workes. > > Thanks, > > danny > > Hi, > > We don't have that quirk in FreeBSD yet. Please make a patch if you want to > have such a feature. I don't know if this is concidered a quirk :-) In any case all I had to add is for the program to recognize my ipad (it seems to be an ipad2+3g product id 0x12a2) but so far i can get it work only once: connect, run ipad_charge disconnect connect and now the device is no longer recognized > > --HPS