kern/54836: Casio QV Digital Camera problems

Alex Teldekov alext at interdacom.ru
Fri Jul 25 00:20:18 PDT 2003


>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 at 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:


More information about the freebsd-bugs mailing list