From owner-freebsd-usb@FreeBSD.ORG Mon Aug 14 13:30:36 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FAC16A505 for ; Mon, 14 Aug 2006 13:30:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F0043D8A for ; Mon, 14 Aug 2006 13:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EDURrH076462 for ; Mon, 14 Aug 2006 13:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EDURTQ076461; Mon, 14 Aug 2006 13:30:27 GMT (envelope-from gnats) Date: Mon, 14 Aug 2006 13:30:27 GMT Message-Id: <200608141330.k7EDURTQ076461@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Jim Segrave Cc: Subject: Re: usb/101752: [panic] 6.1-RELEASE kernel panic on usb device insertion X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Segrave List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 13:30:36 -0000 The following reply was made to PR usb/101752; it has been noted by GNATS. From: Jim Segrave To: bug-followup@FreeBSD.org, jes@jes-2.demon.nl Cc: Subject: Re: usb/101752: [panic] 6.1-RELEASE kernel panic on usb device insertion Date: Mon, 14 Aug 2006 15:28:55 +0200 I don't know if this is relevant, but in the Linux kernel (which does not panic with this device), I found the follwing comments in drivers/usb/storage/unusual_devs.h /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant * to the USB storage specification in two ways: * - They tell us they are using transport protocol CBI. In reality they * are using transport protocol CB. * - They don't like the INQUIRY command. So we must handle this command * of the SCSI layer ourselves. * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB). * So don't remove the US_PR_CB override! * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override. */ UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, "Casio", "QV DigitalCamera", US_SC_8070, US_PR_CB, NULL, US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), -- Jim Segrave jes@jes-2.demon.nl