From owner-cvs-all Fri Nov 23 9:35:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A412B37B417; Fri, 23 Nov 2001 09:35:35 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fANHZZC24066; Fri, 23 Nov 2001 09:35:35 -0800 (PST) (envelope-from iedowse) Message-Id: <200111231735.fANHZZC24066@freefall.freebsd.org> From: Ian Dowse Date: Fri, 23 Nov 2001 09:35:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/23 09:35:35 PST Modified files: sys/dev/usb umass.c Log: The Olympus C-1 digital camera uses a non-standard BBB command-status signature, but otherwise behaves just like a normal USB mass-storage device. Add a new quirk to cover this case, and enable it for C-1 cameras. The quirk enables translation from the C-1 signature to the normal CSWSIGNATURE value. Reviewed by: n_hibma Revision Changes Path 1.45 +18 -1 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message