From owner-freebsd-usb@FreeBSD.ORG Tue Dec 10 20:22:07 2013 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A86BCCF0 for ; Tue, 10 Dec 2013 20:22:07 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 578E11D84 for ; Tue, 10 Dec 2013 20:22:06 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 0CEED17FC8E; Tue, 10 Dec 2013 21:22:03 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 08A368F3B24; Tue, 10 Dec 2013 21:22:44 +0100 (CET) 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 0yQSer7WS80h; Tue, 10 Dec 2013 21:22:43 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 550468F3663; Tue, 10 Dec 2013 21:22:43 +0100 (CET) Message-ID: <52A77830.4070204@bitfrost.no> Date: Tue, 10 Dec 2013 21:23:12 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: Unable to attach USB mouse References: <52847654.8070501@bitfrost.no> <5284EB46.7010903@bitfrost.no> <5294461D.2070000@bitfrost.no> <5294C10D.4000000@bitfrost.no> <52A41AC7.9020007@bitfrost.no> <52A6BBD2.9050906@bitfrost.no> <52A76882.6040003@bitfrost.no> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "usb@freebsd.org" X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 20:22:07 -0000 On 12/10/13 21:16, Eitan Adler wrote: > On Tue, Dec 10, 2013 at 2:16 PM, Hans Petter Selasky wrote: >> On 12/10/13 19:47, Eitan Adler wrote: >>> >>> [ moving back to the mailing list ] >>> >>> On Tue, Dec 10, 2013 at 1:59 AM, Hans Petter Selasky >>> wrote: >>> >>>> Hi, >>>> >>>> This looks like we are one step forward. >>>> >>>> Now, can you enable "hw.usb.uhub.debug=15" and "hw.usb.xhci.debug=15" ? >>>> >>>> And just capture a few of those cycles. Maybe it is a false event causing >>>> this. >>> >>> >>> I attached dmesg. It should include me unplugging and plugging in the >>> mouse. >>> >>> >> >> Hi, >> >> I see the device is failing a USB request, and then suddenly detaching. Can >> be something we can fix on the software side. >> >> Can you send me the output from "usbdump -i usbusX -f Y -s 65536 -vvv" >> aswell. It will make debugging easier. >> >> --HPS > > Attached. (Mailing list members may not see it, due to size). > > Looks like you traced the wrong endpoint. Should be endpoint 0x83. Could you check the other USB's ? --HPS