From owner-freebsd-usb@FreeBSD.ORG Wed Apr 15 06:47:00 2015 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59561441 for ; Wed, 15 Apr 2015 06:47:00 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C4D5865 for ; Wed, 15 Apr 2015 06:46:59 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A08381FE023; Wed, 15 Apr 2015 08:46:57 +0200 (CEST) Message-ID: <552E0995.3060304@selasky.org> Date: Wed, 15 Apr 2015 08:47:49 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Matthias Apitz , freebsd-usb@freebsd.org Subject: Re: power off 5V on USB port References: <20150407133014.GA1790@c720-r276659> <55240C26.7000905@selasky.org> <20150408055546.GA1998@c720-r276659> In-Reply-To: <20150408055546.GA1998@c720-r276659> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 06:47:00 -0000 On 04/08/15 07:55, Matthias Apitz wrote: > btw: the man page usbconfig(8) does not explain what 'power_off' means > at all; Submit a patch / PR and I'll fix it. power_off means issuing a USB request to clear the port power on the parent HUB, if the USB device or HUB supports it. --HPS