From owner-freebsd-usb@FreeBSD.ORG Sat Dec 31 12:45:19 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 5E141106564A for ; Sat, 31 Dec 2011 12:45:19 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd28124.kasserver.com (dd28124.kasserver.com [85.13.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA078FC12 for ; Sat, 31 Dec 2011 12:45:18 +0000 (UTC) Received: from taiko.lan (82.131.56.111.cable.starman.ee [82.131.56.111]) by dd28124.kasserver.com (Postfix) with ESMTPSA id 6676B1D80589; Sat, 31 Dec 2011 13:45:17 +0100 (CET) Message-ID: <4EFF03B5.7050502@chillt.de> Date: Sat, 31 Dec 2011 14:44:37 +0200 From: Bartosz Fabianowski User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: Hans Petter Selasky References: <4EF9D06C.9060501@chillt.de> <201112271634.40288.hselasky@c2i.net> <4EFE39D4.4070501@chillt.de> <201112311331.08209.hselasky@c2i.net> In-Reply-To: <201112311331.08209.hselasky@c2i.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: umass regression 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, 31 Dec 2011 12:45:19 -0000 > Try to set the no synchronize cache quirk. Then reattach your device. It might > be the msctest which is causing your problem! I tried setting the quirk just for the device but I failed to find the right magic numbers. The device shows up as: So I tried the following: usbconfig add_dev_quirk_vplh 0x091e 0x23c0 0x0509 0x0110 UQ_MSC_NO_SYNC_CACHE On re-attach, I see an unchanged quirks = 0x4000. I then tried setting the quirk globally: usbconfig add_quirk UQ_MSC_NO_SYNC_CACHE On re-attach, I see an unchanged quirks = 0x4000. How do I make the quirk actually stick? > usbconfig -h | grep quirk I have seen you post this line before. At least on my system, it does not work. usbconfig writes straight to the screen, grep does not filter anything. - Bartosz