From owner-freebsd-usb@FreeBSD.ORG Sat Aug 21 18:33:47 2010 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 5516C1065672 for ; Sat, 21 Aug 2010 18:33:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swipnet.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id DFF208FC08 for ; Sat, 21 Aug 2010 18:33:46 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=IkcTkHD0fZMA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=ver41ibYiVvOurB8HFEA:9 a=kGW2u7CAy5mCnVPphtWtO5bkzPIA:4 a=QEXdDO2ut3YA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1219556428; Sat, 21 Aug 2010 20:33:45 +0200 From: Hans Petter Selasky To: Volodymyr Kostyrko Date: Sat, 21 Aug 2010 20:29:59 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201008192338.37828.hselasky@c2i.net> <4C701AE7.8030805@gmail.com> In-Reply-To: <4C701AE7.8030805@gmail.com> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201008212029.59291.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Transcend JetFlash V85 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: Sat, 21 Aug 2010 18:33:47 -0000 On Saturday 21 August 2010 20:28:55 Volodymyr Kostyrko wrote: > 20.08.2010 00:38, Hans Petter Selasky wrote: > > You can use usbconfig to add quirks on the fly. See: > > > > usbconfig -h > > > > And: > > > > man usbconfig > > Tried that, but it doesn't work for me or I'm messing things up... > > usbconfig -d 3.3 add_quirk UQ_MSC_NO_SYNC_CACHE > > And errors continue to show up. The man page also is kinda short on data. After setting the quirk, you need to reset or re-attach the USB device. --HPS