From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 26 Aug 2012 21:32:19 +0200 (CEST) Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:54470 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903203Ab2HZTcN (ORCPT ); Sun, 26 Aug 2012 21:32:13 +0200 Received: from bigeasy by Chamillionaire.breakpoint.cc with local (Exim 4.72) (envelope-from ) id 1T5iZA-00063b-PD; Sun, 26 Aug 2012 21:32:12 +0200 Date: Sun, 26 Aug 2012 21:32:11 +0200 From: Sebastian Andrzej Siewior To: Kevin Cernekee Cc: balbi@ti.com, ralf@linux-mips.org, linux-mips@linux-mips.org, linux-usb@vger.kernel.org Subject: Re: [PATCH V2] usb: gadget: bcm63xx UDC driver Message-ID: <20120826193211.GM3690@breakpoint.cc> References: <20120821211355.GB6307@breakpoint.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-archive-position: 34361 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: sebastian@breakpoint.cc Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On Tue, Aug 21, 2012 at 06:30:19PM -0700, Kevin Cernekee wrote: > use_fullspeed=1 just tells the core not to negotiate USB 2.0 PHY > rates. It should be roughly equivalent to plugging the device into a > full speed hub. Okay, understood. Sebastian