From owner-svn-src-head@FreeBSD.ORG Tue Nov 15 21:20:21 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 983D5106566B; Tue, 15 Nov 2011 21:20:21 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C591F8FC19; Tue, 15 Nov 2011 21:20:20 +0000 (UTC) Received: by eyd10 with SMTP id 10so8174699eyd.13 for ; Tue, 15 Nov 2011 13:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=9JQ2NZBa+5cEqW9TigByUMuAeJudxVlRE/ExIWy0cRc=; b=KG4hh7bdYwdBdQvBZTERDmSjIre8+O/BEwCcWQye867qjfmLy8MX/qcGwqpWXVm3RX F3SFEGU2Sa2IS3ZoajM0d8GQWNJ7k79C8couLnP5fzLUxeskQxJcXtt2PbMEl+LYqg4d pAQ9zkHNufeiEzItLwNHuApddo7+x5HfccV1A= MIME-Version: 1.0 Received: by 10.68.60.225 with SMTP id k1mr57855699pbr.25.1321392018613; Tue, 15 Nov 2011 13:20:18 -0800 (PST) Sender: mdf356@gmail.com Received: by 10.68.56.97 with HTTP; Tue, 15 Nov 2011 13:20:18 -0800 (PST) In-Reply-To: <201111152202.24093.hselasky@c2i.net> References: <201111152048.pAFKmvNC016452@svn.freebsd.org> <201111152202.24093.hselasky@c2i.net> Date: Tue, 15 Nov 2011 13:20:18 -0800 X-Google-Sender-Auth: -fLp3kWlCEBthnEurByn-0OaJT8 Message-ID: From: mdf@FreeBSD.org To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r227541 - head/sys/dev/usb/controller X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2011 21:20:21 -0000 On Tue, Nov 15, 2011 at 1:02 PM, Hans Petter Selasky wrote: > For USB compliant operation, the USB stack requires hz to be greater or equal > to 250 hz, to put it like that. Mostly a requirement in USB gadget/device > mode. Really? That's news to me. Is that documented somewhere? I know we still use hz=100 internally, but we're on stable/7 still so not using the new USB stack yet. Thanks, matthew