From owner-freebsd-hackers Wed Mar 27 13:49:36 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from msgbas2.cos.agilent.com (msgbas2x.cos.agilent.com [192.25.240.37]) by hub.freebsd.org (Postfix) with ESMTP id BA82A37B416 for ; Wed, 27 Mar 2002 13:49:27 -0800 (PST) Received: from msgrel1.cos.agilent.com (msgrel1.cos.agilent.com [130.29.152.77]) by msgbas2.cos.agilent.com (Postfix) with ESMTP id D80B7D07; Wed, 27 Mar 2002 14:49:26 -0700 (MST) Received: from mina.soco.agilent.com (mina.soco.agilent.com [141.121.54.157]) by msgrel1.cos.agilent.com (Postfix) with ESMTP id E55BC4EA; Wed, 27 Mar 2002 14:49:25 -0700 (MST) Received: from mina.soco.agilent.com (darrylo@localhost [127.0.0.1]) by mina.soco.agilent.com (8.9.3 (PHNE_22672)/8.9.3 SMKit7.1.1_Agilent) with ESMTP id NAA00544; Wed, 27 Mar 2002 13:49:25 -0800 (PST) Message-Id: <200203272149.NAA00544@mina.soco.agilent.com> To: hackers@FreeBSD.ORG, "Chad Kline" Subject: Re: freebsd-hackers-digest V5 #429 Reply-To: Darryl Okahata In-Reply-To: Your message of "Wed, 27 Mar 2002 11:39:45 PST." Mime-Version: 1.0 (generated by tm-edit 1.7) Content-Type: text/plain; charset=US-ASCII Date: Wed, 27 Mar 2002 13:49:24 -0800 From: Darryl Okahata Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Chad Kline" wrote: > > * Olympus digital cameras (D-370) > > */ > > {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "D-*", "*"}, > > /*quirks*/ DA_Q_NO_6_BYTE > > usbdevs -v reports: > > Controller /dev/usb0: > addr 1: self powered, config 1, OHCI root hub(0x0000), > OPTi(0x0000), rev 0x0100 port 1 > addr 2: self powered, config 1, C-1 Digital Camera(0x0102), > Olympus(0x07b4), rev 0x1015 port 2 powered Two comments on the above quirk entry: 1. I'm pretty sure that the string comparisons are case-sensitive. "OLYMPUS" does not match "Olympus". 2. You appear to have a C-1 (etc.) camera, and so "D-*" will never match "C-1 Digital Camera". Try "C-*", instead. For USB hard disks, at least (which may also apply to cameras), you also need to be running a pretty recent version of -STABLE; I'm pretty sure that 4.5-RELEASE can't be used (which is what you're using). I know that a -STABLE of around mid-February will *NOT* work (which is what makes me think that -RELEASE also doesn't work), and one as of March 19 does (but might have problems with the new ATA code). -- Darryl Okahata darrylo@soco.agilent.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Agilent Technologies, or of the little green men that have been following him all day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message