From owner-freebsd-usb@FreeBSD.ORG Mon Feb 17 20:27:46 2014 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCBA4F35 for ; Mon, 17 Feb 2014 20:27:46 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 97A6C1CB4 for ; Mon, 17 Feb 2014 20:27:46 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id EB732100216; Mon, 17 Feb 2014 21:27:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id C89D01619BC; Mon, 17 Feb 2014 21:28:40 +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 Sdmc0DT-dgiL; Mon, 17 Feb 2014 21:28:39 +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 C01471619BB; Mon, 17 Feb 2014 21:28:39 +0100 (CET) Message-ID: <530270F6.1060909@bitfrost.no> Date: Mon, 17 Feb 2014 21:28:38 +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: Volodymyr Kostyrko , freebsd-usb@FreeBSD.org Subject: Re: new usb device probably, needs quirks References: <52FB98DA.6080108@b1t.name> <52FDD1E8.7040804@bitfrost.no> <53022581.7090409@b1t.name> In-Reply-To: <53022581.7090409@b1t.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 17 Feb 2014 20:27:46 -0000 On 02/17/14 16:06, Volodymyr Kostyrko wrote: > 14.02.2014 10:20, Hans Petter Selasky wrote: >> On 02/12/14 16:52, Volodymyr Kostyrko wrote: >>> Hi all. >>> >>> # usbconfig -d 5.2 dump_device_desc >>> ugen5.2: at usbus5, cfg=0 md=HOST >>> spd=HIGH (480Mbps) pwr=ON (200mA) >>> >>> bLength = 0x0012 >>> bDescriptorType = 0x0001 >>> bcdUSB = 0x0200 >>> bDeviceClass = 0x0000 >>> bDeviceSubClass = 0x0000 >>> bDeviceProtocol = 0x0000 >>> bMaxPacketSize0 = 0x0040 >>> idVendor = 0x0930 >>> idProduct = 0x6544 >>> bcdDevice = 0x0100 >>> iManufacturer = 0x0001 < > >>> iProduct = 0x0002 >>> iSerialNumber = 0x0003 >>> bNumConfigurations = 0x0001 > >> Can you send a patch adding this quirk to: >> >> sys/dev/usb/quirk/usb_quirk.c >> >> And vendor and product IDs to: >> >> sys/dev/usb/usbdevs >> >> Which you have tested? >> >> Thank you, >> >> --HPS >> > > Probably I wouldn't dare to send patch... The drive is too far from me, > something like ~600 km's at some hosting company datacenter. Citing the > internet 0930 is "Toshiba Corp." and 6544 is "Kingston DataTraveler 2GB" > whereas my hosting provider states that actually flash drive looks > exactly like Goodram twister. Been uncertain of drive's origins I'll > think I can't claim my solution been perfect. > Hi, Here is the patch: http://svnweb.freebsd.org/changeset/base/262128 Hope it works for you! --HPS