From owner-freebsd-bugs Thu Dec 26 6: 0:32 2002 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 D98EB37B401 for ; Thu, 26 Dec 2002 06:00:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B34B43EE1 for ; Thu, 26 Dec 2002 06:00:29 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBQE0TNS035743 for ; Thu, 26 Dec 2002 06:00:29 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBQE0TRS035740; Thu, 26 Dec 2002 06:00:29 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CE137B401 for ; Thu, 26 Dec 2002 05:50:12 -0800 (PST) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1191843F1C for ; Thu, 26 Dec 2002 05:50:10 -0800 (PST) (envelope-from timon@memphis.mephi.ru) Received: from memphis.mephi.ru (timon@localhost [127.0.0.1]) by memphis.mephi.ru (8.12.6/8.12.6) with ESMTP id gBQDL9Uc073200 for ; Thu, 26 Dec 2002 16:21:09 +0300 (MSK) (envelope-from timon@memphis.mephi.ru) Received: (from timon@localhost) by memphis.mephi.ru (8.12.6/8.12.6/Submit) id gBQDL8TU073199; Thu, 26 Dec 2002 16:21:08 +0300 (MSK) Message-Id: <200212261321.gBQDL8TU073199@memphis.mephi.ru> Date: Thu, 26 Dec 2002 16:21:08 +0300 (MSK) From: "Artem 'Zazoobr' Ignatjev" Reply-To: "Artem 'Zazoobr' Ignatjev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/46545: [QUIRK] Casio Digital camera Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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