From owner-freebsd-x11@freebsd.org Sun Aug 28 18:17:22 2016 Return-Path: Delivered-To: freebsd-x11@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 5F3D0BC16B7; Sun, 28 Aug 2016 18:17:22 +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 23F9410F; Sun, 28 Aug 2016 18:17:21 +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 232E51FE023; Sun, 28 Aug 2016 20:17:13 +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> Cc: Oleg Nauman , "freebsd-multimedia@freebsd.org" , "freebsd-x11@FreeBSD.org" , FreeBSD Current From: Hans Petter Selasky Message-ID: Date: Sun, 28 Aug 2016 20:21:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 18:17:22 -0000 On 08/28/16 16:02, Miguel C wrote: > On Sun, Aug 28, 2016 at 12:53 PM, Hans Petter Selasky > wrote: > Hi, The descriptors you sent look OK. Can you run webcamd from gdb and trace all the parameters and code path taken inside the function named usb_setup_endpoint which triggers after you run pwcview ? gdb file webcamd run -d ugenX.Y CTRL+C break usb_setup_endpoint continue next next next .... Let's skip Freebsd-current and freebsd-x11 in the CC'ing of this thread to reduce the amount of cross-posting? Or which list do you prefer? --HPS