Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2003 11:12:51 +0400 (MSD)
From:      Alex Teldekov <alext@interdacom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/54836: Casio QV Digital Camera problems
Message-ID:  <200307250712.h6P7Cp6g093076@zakarum.interdacom.ru>
Resent-Message-ID: <200307250720.h6P7KG01083304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54836
>Category:       kern
>Synopsis:       Casio QV Digital Camera problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 00:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307250712.h6P7Cp6g093076>