From alext@interdacom.ru  Fri Jul 25 00:13:00 2003
Return-Path: <alext@interdacom.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3C52937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 00:13:00 -0700 (PDT)
Received: from mail.interdacom.ru (antares.interdacom.ru [217.23.70.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4332B43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 00:12:58 -0700 (PDT)
	(envelope-from alext@interdacom.ru)
Received: from zakarum.interdacom.ru (ns.interdacom.ru [217.23.70.1])
	by mail.interdacom.ru (Postfix) with ESMTP id 9D81513045F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 11:12:53 +0400 (MSD)
Received: from zakarum.interdacom.ru (localhost [127.0.0.1])
	by zakarum.interdacom.ru (8.12.8p1/8.12.8) with ESMTP id h6P7CpsH093077
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 11:12:51 +0400 (MSD)
	(envelope-from alext1@zakarum.interdacom.ru)
Received: (from alext1@localhost)
	by zakarum.interdacom.ru (8.12.8p1/8.12.8/Submit) id h6P7Cp6g093076;
	Fri, 25 Jul 2003 11:12:51 +0400 (MSD)
Message-Id: <200307250712.h6P7Cp6g093076@zakarum.interdacom.ru>
Date: Fri, 25 Jul 2003 11:12:51 +0400 (MSD)
From: Alex Teldekov <alext@interdacom.ru>
Reply-To: Alex Teldekov <alext@interdacom.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Casio QV Digital Camera problems
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54836
>Category:       kern
>Synopsis:       Casio QV Digital Camera problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    njl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 00:20:16 PDT 2003
>Closed-Date:    Sun Apr 18 20:48:09 PDT 2004
>Last-Modified:  Sun Apr 18 20:48:09 PDT 2004
>Originator:     Alex Teldekov
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
InterDa ISP
>Environment:
System: FreeBSD zakarum.interdacom.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	Casio QV Digital cameras does not seem to understand 6-byte commands.
	They also don't like the synchronize cache command.
>How-To-Repeat:
	Attach a Casio QV Digital to an USB port. A new USB mass storage
	device will appear. Try to mount it.
>Fix:
	Apply the following patch:

--- /sys/cam/scsi/scsi_da.c.orig	Fri Mar 14 05:13:13 2003
+++ /sys/cam/scsi/scsi_da.c	Fri Jul 25 10:55:09 2003
@@ -371,6 +371,13 @@
	},
	{
		/*
+		 * CASIO COMPUTER CASIO QV DIGITAL, rev 1.00/10.00
+		 */
+		{T_DIRECT, SIP_MEDIA_REMOVABLE, "CASIO", "DIGITAL_CAMERA","*"},
+		/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+	},
+	{
+		/*
		 * Daisy Technology PhotoClip USB Camera
		 */
		{T_DIRECT, SIP_MEDIA_REMOVABLE, "Digital", "World   DMC","*"},



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->njl 
Responsible-Changed-By: njl 
Responsible-Changed-When: Thu Aug 21 21:53:43 PDT 2003 
Responsible-Changed-Why:  
Please try again with a recent -stable or -current.  I believe this 
problem is fixed.  Please try without the quirk. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=54836 
State-Changed-From-To: open->closed 
State-Changed-By: njl 
State-Changed-When: Sun Apr 18 20:48:01 PDT 2004 
State-Changed-Why:  
This should work on -current and -stable since 2003/8/7.  Close due to 
lack of response. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=54836 
>Unformatted:
