From owner-freebsd-usb@FreeBSD.ORG Mon Mar 30 09:50:23 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 87A8D4BD for ; Mon, 30 Mar 2015 09:50:23 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 44C302E2 for ; Mon, 30 Mar 2015 09:50:22 +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 EBF491FE023; Mon, 30 Mar 2015 11:50:20 +0200 (CEST) Message-ID: <55191C8C.70008@selasky.org> Date: Mon, 30 Mar 2015 11:51:08 +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: Kohji Okuno Subject: Re: Why do we try to enter U1 mode in SuperSpeed? References: <20150330.135402.19625324788487516.okuno.kohji@jp.panasonic.com> <55190F3C.4070901@selasky.org> <55191530.3030804@selasky.org> <20150330.183658.1414013626189866994.okuno.kohji@jp.panasonic.com> In-Reply-To: <20150330.183658.1414013626189866994.okuno.kohji@jp.panasonic.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 09:50:23 -0000 On 03/30/15 11:36, Kohji Okuno wrote: > Hi HPS, > > > I will try programming values 0xFF. > By the way, why should we set these timeout value? > I think, we don't have to change from default values (U1 Timeout = 0, > U2 Timeout= 0). Hi, I think the default '0' is the same like '255' - disable power save? Where is the meaning of "default" defined in this case? In the USB v3.0 specification it says that we shall not enable the U2 timeout for a downstream port that is connected to a HUB. Currently there is no check for that. We might want to add such a check. --HPS