Date: Thu, 26 Dec 2002 16:21:08 +0300 (MSK) From: "Artem 'Zazoobr' Ignatjev" <timon@memphis.mephi.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/46545: [QUIRK] Casio Digital camera Message-ID: <200212261321.gBQDL8TU073199@memphis.mephi.ru>
next in thread | raw e-mail | index | archive | help
>Number: 46545
>Category: kern
>Synopsis: [QUIRK] Casio Digital camera
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 26 06:00:23 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Artem 'Zazoobr' Ignatjev
>Release: FreeBSD 4.7-RELEASE i386
>Organization:
Moscow Liceum 1511
>Environment:
System: FreeBSD memphis.mephi.ru 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Nov 25 19:54:34 MSK 2002 timon@timon.memphis.mephi.ru:/usr/src/sys/compile/MEMPHIS i386
>Description:
Casio QV-R3 (and, probably, other Casio cameras) don't support 6-byte CAM commands and SYNC_CACHE
>How-To-Repeat:
Plug Casio QV-R3 into USB port, switch it on. Kernel will tell you that it
doesn't support 6-byte commands and can't sync cache.
>Fix:
--- sys/cam/scsi/scsi_da.c Wed Dec 25 16:34:53 2002
+++ sys/cam/scsi/scsi_da.c Wed Dec 25 16:38:20 2002
@@ -373,6 +373,13 @@
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Digital", "World DMC","*"},
/*quirks*/ DA_Q_NO_6_BYTE
+ },
+ {
+ /*
+ * Casio Digital USB Camera
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "CASIO", "DIGITAL_CAMERA", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE | DA_Q_NO_SYNC_CACHE
}
};
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212261321.gBQDL8TU073199>
