From owner-freebsd-current@FreeBSD.ORG Mon Dec 29 11:02:00 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B80A1065673; Mon, 29 Dec 2008 11:02:00 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id E053C8FC0C; Mon, 29 Dec 2008 11:01:57 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so2859089qwb.7 for ; Mon, 29 Dec 2008 03:01:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=h7rbr+c/c2uVhOdcn+JjM+STCCiljA70GRJ2vSQ0Yrk=; b=sz93KtRd8Z8ZZXhmLE4e+i39NEXLryt0hPYPxlwclya3MuGOvLA/p2gRBKXS2oUy8m 9lW0lW3OariefIhp6NNtP/aqNx4zUdSmnzZTNLiUOqq44tDWk/TN7DaZgvEVqYbK8SLz nbC+rNZww/H5D2V6xS7RBdRn/b4siX1/73l70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=klTi2ooF429lj1ezvWKrGlZ7xqEVgULV8yz9OFhyEnsyt3wIAS37bMInnrtlSfm0+6 vjX+y608UfbjzlcIhYWAa88t3ejavvpQd/CZjnpZsPvc2qrNl5ho1C2zd805gwgYAjtY Zy+Bud1xnp0PPIc1Ls7A6YWF42V8FaJu8MuLg= Received: by 10.214.183.9 with SMTP id g9mr10909629qaf.35.1230548516501; Mon, 29 Dec 2008 03:01:56 -0800 (PST) Received: by 10.214.184.20 with HTTP; Mon, 29 Dec 2008 03:01:56 -0800 (PST) Message-ID: <747dc8f30812290301y15c1292bofe3bf1ea49968438@mail.gmail.com> Date: Mon, 29 Dec 2008 09:01:56 -0200 From: "Renato Botelho" To: "Hans Petter Selasky" In-Reply-To: <200812261723.58897.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081222214010.GA18389@elvis.mu.org> <747dc8f30812241058md9f782j64e192dc735dbaff@mail.gmail.com> <747dc8f30812260314u7b2a3c17t8faf3fe09808aea3@mail.gmail.com> <200812261723.58897.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, current@freebsd.org, Alfred Perlstein Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2008 11:02:00 -0000 On Fri, Dec 26, 2008 at 2:23 PM, Hans Petter Selasky wrote: > On Friday 26 December 2008, Renato Botelho wrote: >> On Wed, Dec 24, 2008 at 4:58 PM, Renato Botelho wrote: >> > On Wed, Dec 24, 2008 at 9:12 AM, Hans Petter Selasky > wrote: >> >> On Wednesday 24 December 2008, Renato Botelho wrote: >> >>> On Mon, Dec 22, 2008 at 7:40 PM, Alfred Perlstein > >> Here are my /var/log/messages: >> >> http://pastebin.com/f6c28d7ca >> >> I still have problems with my keyboard. >> >> BTW, I added a #include of usb2_ioctl.h to fix lack of >> USB_SHORT_XFER_OK definition, could it cause any >> problems? >> >> Thanks > > There are some debugging sysctls which you can try to tune/increase: > > hw.usb2.pr_recovery_delay: 250 > > hw.usb2.ss_delay: 0 > > hw.usb2.ehci.no_hs: 0 // this value is a boolean I kept last one as 0 and tried double first two, last values i tried was 1000 and 4, and there was no changes on the problem. -- Renato Botelho