From owner-freebsd-usb@FreeBSD.ORG Wed Oct 16 06:26:50 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8E49657 for ; Wed, 16 Oct 2013 06:26:50 +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 94FEB2405 for ; Wed, 16 Oct 2013 06:26:50 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 104197A12C; Wed, 16 Oct 2013 08:26:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 3DEB18F9544; Wed, 16 Oct 2013 08:27:13 +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 ksJv1TjOGbPd; Wed, 16 Oct 2013 08:27:12 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 892E28ED5A1; Wed, 16 Oct 2013 08:27:12 +0200 (CEST) Message-ID: <525E31F3.6030805@bitfrost.no> Date: Wed, 16 Oct 2013 08:28:03 +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: Monty Chaney-Geib Subject: Re: Apple Slim Keyboard USB Hub Power References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 06:26:50 -0000 On 10/15/13 23:08, Monty Chaney-Geib wrote: > I have an Apple Keyboard with Numeric Keypad, and I am having a problem > getting the built in USB hub to supply power to my devices. In OSX it will > change my iPod and do whatever I want it to, and in windows I found a > registry hack that allows it to function in the same manner. I was > wondering if there was a way I could do something similar in FreeBSD. I > recently posted this on the forums, but was referred here by a mod. s/change/charge? Have you looked into /usr/ports/sysutils/ipad_charge/ ? --HPS