From owner-freebsd-usb@FreeBSD.ORG Mon Aug 12 13:39:21 2013 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0FD678DF for ; Mon, 12 Aug 2013 13:39:21 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id C2C0B2E91 for ; Mon, 12 Aug 2013 13:39:20 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id C0D8D7A226; Mon, 12 Aug 2013 15:39:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 67F908F3128; Mon, 12 Aug 2013 15:39:27 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mTuuUfjo4qUz; Mon, 12 Aug 2013 15:39:26 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 29EDE8F3127; Mon, 12 Aug 2013 15:39:26 +0200 (CEST) Message-ID: <5208E5DA.90202@bitfrost.no> Date: Mon, 12 Aug 2013 15:40:42 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Antonis Anastasiadis Subject: Re: usb/181159: Problem attaching USB device References: <201308121250.r7CCo1RY007285@freefall.freebsd.org> In-Reply-To: <201308121250.r7CCo1RY007285@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:39:21 -0000 On 08/12/13 14:50, Antonis Anastasiadis wrote: > The following reply was made to PR usb/181159; it has been noted by GNATS. > > From: Antonis Anastasiadis > To: Hans Petter Selasky > Cc: freebsd-gnats-submit@freebsd.org > Subject: Re: usb/181159: Problem attaching USB device > Date: Mon, 12 Aug 2013 15:42:41 +0300 > > 2013/8/10 Hans Petter Selasky : > > > What you could try is to > > identify the parent HUB or RootHUB and then set config 255 , then config 0. > > Maybe the device will enumerate then. > > No change. The HUB is reset as I can see from the dmesg, but the > device refuses to enumerate. > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" Do you have an exact SVN revision where it works and where it doesn't work? --HPS