From owner-freebsd-usb@FreeBSD.ORG Thu Feb 17 07:51:25 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EBF1106566B for ; Thu, 17 Feb 2011 07:51:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id B232F8FC1E for ; Thu, 17 Feb 2011 07:51:24 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=LfWZgthhXpRoR/5kSLoV97TeOFxNHdDd5OkOatCv3DI= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=Bgyqy5JJAAAA:8 a=lL1sJltt2EFD2btwlLMA:9 a=072O0S03bWSvGA1KytkA:7 a=c5Vl5J4r_lwSxx77FIdysrTgSRMA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 88396221; Thu, 17 Feb 2011 08:51:22 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 17 Feb 2011 08:51:12 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102170851.12955.hselasky@c2i.net> Cc: Bryce Edwards Subject: Re: USB camera & webcamd 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: Thu, 17 Feb 2011 07:51:25 -0000 On Wednesday 16 February 2011 20:49:24 Bryce Edwards wrote: > Hello, > > I have a Uniden UDW10003 security camera with USB and wanted to see if > I could get it to work under 8-STABLE, but am not having any luck. > Here's my results: > > #uname -a > FreeBSD tahiti.bryce.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri > Feb 4 08:54:26 CST 2011 > root@tahiti.bryce.net:/usr/obj/usr/src/sys/GENERIC amd64 > > #usbconfig -u 6 -a 2 dump_device_desc > ugen6.2: at usbus6, cfg=0 > md=HOST spd=FULL (12Mbps) pwr=ON > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0110 > bDeviceClass = 0x00ff > bDeviceSubClass = 0x00ff > bDeviceProtocol = 0x00ff > bMaxPacketSize0 = 0x0008 > idVendor = 0x093a > idProduct = 0x7011 > bcdDevice = 0x0100 > iManufacturer = 0x0000 > iProduct = 0x0002 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > #webcamd You could also try to grep for the idVendor and idProduct in the v4l-dvb/ sources. --HPS