From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 25 00:20:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18CDD37B401 for ; Fri, 25 Jul 2003 00:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D5B43FB1 for ; Fri, 25 Jul 2003 00:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6P7KGUp083305 for ; Fri, 25 Jul 2003 00:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6P7KG01083304; Fri, 25 Jul 2003 00:20:16 -0700 (PDT) Resent-Date: Fri, 25 Jul 2003 00:20:16 -0700 (PDT) Resent-Message-Id: <200307250720.h6P7KG01083304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Teldekov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C52937B401 for ; 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 ; 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 ; Fri, 25 Jul 2003 11:12:53 +0400 (MSD) Received: from zakarum.interdacom.ru (localhost [127.0.0.1]) h6P7CpsH093077 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/54836: Casio QV Digital Camera problems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Teldekov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 07:20:18 -0000 >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: