From owner-freebsd-usb@FreeBSD.ORG Mon Jan 29 02:31:17 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A029D16A405 for ; Mon, 29 Jan 2007 02:31:17 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 85E4B13C471 for ; Mon, 29 Jan 2007 02:31:17 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id l0T2VAxp025408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 28 Jan 2007 18:31:10 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id l0T2V9Md025407; Sun, 28 Jan 2007 18:31:09 -0800 (PST) Received: from fbsd61 ([192.168.200.61]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15483; Sun, 28 Jan 07 18:26:36 PST Date: Sun, 28 Jan 2007 18:28:44 -0800 From: perryh@pluto.rain.com To: hselasky@c2i.net Message-Id: <45bd5bdc.A/uT8ocOP1CCCWnH%perryh@pluto.rain.com> References: <45bc10d0.uA36rj8LmuUpXUxA%perryh@pluto.rain.com> <200701281120.39855.hselasky@c2i.net> In-Reply-To: <200701281120.39855.hselasky@c2i.net> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: adding quirks to umass(4) 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: Mon, 29 Jan 2007 02:31:17 -0000 > > umass0: vendor 0x0784 product 0x4300, rev 1.10/3.00, addr 2 > > umass0: Get Max Lun not supported (SHORT_XFER) > > umass0: Invalid CSW: sig 0x43425355 should be 0x53425355 ... > > so I guess I need to set CAM_QUIRK_NOLUNS and something to adjust > > the sig. This is on a Dell Optiplex GX1 with 6.1, and the camera > > is a Vivitar ViviCam 3825. > > There is a quirk, WRONG_CSWSIG, that will fix this. How do I do that? Do I need to edit kernel sources and rebuild, or can quirks be set up using something like camcontrol(8)?