From owner-freebsd-usb@FreeBSD.ORG Sun Aug 7 13:18:41 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 472F41065670; Sun, 7 Aug 2011 13:18:41 +0000 (UTC) (envelope-from gnixua@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A40738FC16; Sun, 7 Aug 2011 13:18:40 +0000 (UTC) Received: by fxe4 with SMTP id 4so1544748fxe.13 for ; Sun, 07 Aug 2011 06:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=u6WZ4QzH97s+DxI2M3ek2llE3VQYahllKPWpSNMjN9M=; b=dBDqDnVBoRK8S9csWA6zI5+PoSbL5yCN3jA9rXoDLuQ6okoW8WEfi3Aw3oWBg03+Io oYiuU+a5+cJuSaO1ds5Uwlr8ee1zsBR/V9bIriZhgIw22gly3B9DCL9I6qME/WCmKOiT GT2Sg+HZrEEhN2PKc67tSaCH06mQxQ6GSW8Pw= Received: by 10.223.120.134 with SMTP id d6mr5874692far.112.1312723119543; Sun, 07 Aug 2011 06:18:39 -0700 (PDT) Received: from gx.laptop.net (pptp-dm2010060102.domashka.kiev.ua [94.45.36.125]) by mx.google.com with ESMTPS id y15sm3415880fah.35.2011.08.07.06.18.38 (version=SSLv3 cipher=OTHER); Sun, 07 Aug 2011 06:18:38 -0700 (PDT) Message-ID: <4E3E9094.9000505@gmail.com> Date: Sun, 07 Aug 2011 16:18:12 +0300 From: Anton User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:5.0) Gecko/20110711 Thunderbird/5.0 MIME-Version: 1.0 To: Hans Petter Selasky References: <4E3E3B3D.5080803@gmail.com> <201108071217.49788.hselasky@c2i.net> <4E3E872B.5070201@gmail.com> <201108071458.34550.hselasky@c2i.net> In-Reply-To: <201108071458.34550.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: nox@freebsd.org, freebsd-usb@freebsd.org Subject: Re: genius trek 320r usb web camera not working. Any suggestion? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gnixua@gmail.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2011 13:18:41 -0000 On 07.08.2011 15:58, Hans Petter Selasky wrote: > On Sunday 07 August 2011 14:38:03 Anton wrote: >> On 07.08.2011 13:17, Hans Petter Selasky wrote: >>> On Sunday 07 August 2011 09:14:05 Anton wrote: >>>> ugen6.3: at usbus6, cfg=0 md=HOST spd=HIGH >>>> (480Mbps) pwr=ON >>> Can you dump the device and config descriptor of this device using >>> usbconfig? >>> >>> --HPS >> Results are here: >> >> >> # usbconfig -d ugen6.3 dump_device_desc >> ugen6.3: at usbus6, cfg=0 md=HOST spd=HIGH >> (480Mbps) pwr=ON >> >> bLength = 0x0012 >> bDescriptorType = 0x0001 >> bcdUSB = 0x0200 >> bDeviceClass = 0x0000 >> bDeviceSubClass = 0x0000 >> bDeviceProtocol = 0x0000 >> bMaxPacketSize0 = 0x0040 >> idVendor = 0x0458 >> idProduct = 0x702c >> bcdDevice = 0x0102 >> iManufacturer = 0x0000 >> iProduct = 0x0001 >> iSerialNumber = 0x0000 >> bNumConfigurations = 0x0001 >> >> >> What should I do yet? > Hi, > > Your device is not supported, though it might be possible to add support by > modifying some of the files below. Send any patches to the Linux guys if you > get it working: > > media_tree/drivers/media/video/gspca/sn9c20x.c: {USB_DEVICE(0x0458, 0x7029), > SN9C20X(HV7131R, 0x11, 0)}, > media_tree/drivers/media/video/gspca/sonixj.c: {USB_DEVICE(0x0458, 0x7025), > BS(SN9C120, MI0360)}, > media_tree/drivers/media/video/gspca/sonixj.c: {USB_DEVICE(0x0458, 0x702e), > BS(SN9C120, OV7660)}, > media_tree/drivers/media/video/sn9c102/sn9c102_devtable.h: { > SN9C102_USB_DEVICE(0x0458, 0x7025, BRIDGE_SN9C120), }, > > --HPS I don't know how to make the patch, but thanks for your response. -- best regards, Anton