From owner-freebsd-usb@FreeBSD.ORG Mon Aug 8 22:51:55 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A66F416A41F for ; Mon, 8 Aug 2005 22:51:55 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF4C043D5C for ; Mon, 8 Aug 2005 22:51:52 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so984631rne for ; Mon, 08 Aug 2005 15:51:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BP7IsIopHMhijJS71C/uitp+EktgslmMDu+jCB4oftkNBGH7BcJQXKHwRrcbchfw7YHcHDAziEPvp/BU+PU1nIXVqrxooUE5qLrs/K40Z+Mf3HuuE0iPcewYy5pTzvF6r51l0L/Il4gH+JAYWGzIoEmLCxfU3IDh5ImMbXeRoNw= Received: by 10.38.79.11 with SMTP id c11mr2722277rnb; Mon, 08 Aug 2005 15:51:52 -0700 (PDT) Received: by 10.38.208.5 with HTTP; Mon, 8 Aug 2005 15:51:52 -0700 (PDT) Message-ID: Date: Mon, 8 Aug 2005 15:51:52 -0700 From: Maksim Yevmenkin To: hselasky@c2i.net In-Reply-To: <200508082323.51881.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508082323.51881.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: weird usb problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 22:51:55 -0000 [...] > > it seems that usb does even detect that device is plugged > > or something broken in discovery. > > >=20 > See my PR on this issue. This should have been fixed a long time ago, but= I > have not commit rights :-( >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dusb/79656 well, i looked at the PR but i do not see any patches :( all it says >Fix: ehci_pcd_enable() must call ehci_pcd() to catch up missed interrupts ohci_rhsc_enable() must call ohci_rhsc() to catch up missed interrupts could you please submit the patch? i can test and commit it for you. > If you want, try out the following and see if the problem dissappears: >=20 > Download the three files below into a new directory and type > "make install" (to uninstall type "make deinstall") > http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile > http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2 > http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2 that seems like a lot of changes. i tried it and one of the patches failed completely. are all these changes required to fix the problem? thanks, max