From owner-freebsd-multimedia@freebsd.org Mon Aug 29 15:20:12 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50044BC7A6B for ; Mon, 29 Aug 2016 15:20:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14988282B for ; Mon, 29 Aug 2016 15:20:11 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 907C31FE022; Mon, 29 Aug 2016 17:20:09 +0200 (CEST) Subject: Re: [CFT] New version of webcamd, now v4.8.0.2 To: Miguel C References: <050b048b-b73d-0823-885a-e8ab88f070e8@selasky.org> <1a91839a-9026-16bd-7430-2f40cf742a81@selasky.org> Cc: "freebsd-multimedia@freebsd.org" , Oleg Nauman From: Hans Petter Selasky Message-ID: Date: Mon, 29 Aug 2016 17:24:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1a91839a-9026-16bd-7430-2f40cf742a81@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:20:12 -0000 On 08/29/16 17:21, Hans Petter Selasky wrote: > On 08/29/16 16:42, Miguel C wrote: >>> >>> >>>>> 631 urb->status = -EINPROGRESS; >>>>> >>>> >>>> This submit looks successful. Just enter "continue" after you see >>>> "-EINPROGRESS". I need to figure out the failing case. >>>> >>>> Also do: >>>> >>>> print *uhe >>>> Hi, Can you also add a breakpoint for "return -EPIPE": break kernel/linux_usb.c:617 And also "print *uhe" --HPS