From nobody@FreeBSD.org  Tue Apr 23 20:31:47 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 9279B37B416
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Apr 2002 20:31:40 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g3O3Vek66008;
	Tue, 23 Apr 2002 20:31:40 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200204240331.g3O3Vek66008@freefall.freebsd.org>
Date: Tue, 23 Apr 2002 20:31:40 -0700 (PDT)
From: Lev Walkin <vlm@lionet.info>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Support for Mitsumi USB Mouse with Memory Stick slot
X-Send-Pr-Version: www-1.0

>Number:         37405
>Category:       kern
>Synopsis:       Support for Mitsumi USB Mouse with Memory Stick slot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    njl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 20:40:01 PDT 2002
>Closed-Date:    Mon Aug 11 22:28:12 PDT 2003
>Last-Modified:  Mon Aug 11 22:28:12 PDT 2003
>Originator:     Lev Walkin
>Release:        4.4-RELEASE
>Organization:
Netli, Inc.
>Environment:
        FreeBSD spelio.netli.lan 4.4-RELEASE FreeBSD 4.4-RELEASE #126: Tue Apr 23 20:14:24 PDT 2002     vlm@spelio.netli.lan:/usr/src/sys/compile/SPELIO  i386


>Description:

        Mitsumi USB Memory Stick mouse contain slot for Sony(tm) Memory Stick cards.
        This patch provides support for it.


>How-To-Repeat:



>Fix:
      

--- /sys/cam/scsi/scsi_da.c.orig        Tue Apr 23 20:22:21 2002
+++ /sys/cam/scsi/scsi_da.c     Tue Apr 23 20:29:15 2002
@@ -248,6 +248,15 @@
        {
                {T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"},
                /*quirks*/ DA_Q_NO_6_BYTE
+       },
+       {
+               /*
+                * Mitsumi USB Mouse with Memory Stick (Sony(tm)) slot
+                * Reports as empty ("") vendor.
+                * do not support READ_6 commands, only READ_10. 
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "", "USB Memory Card", "*"},
+               /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
        }
 };



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->njl 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Wed May 21 19:08:41 PDT 2003 
Responsible-Changed-Why:  
Assign it to an active USB maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37405 
State-Changed-From-To: open->feedback 
State-Changed-By: njl 
State-Changed-When: Fri Aug 8 11:28:45 PDT 2003 
State-Changed-Why:  
Please try -current or -stable and see if this fixes your device or if 
the quirk is still needed.  If it is still needed, please submit the dmesg 
of the device being plugged in and any errors generated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37405 

From: Lev Walkin <vlm@netli.com>
To: freebsd-gnats-submit@FreeBSD.org, vlm@lionet.info
Cc:  
Subject: Re: kern/37405: Support for Mitsumi USB Mouse with Memory Stick slot
Date: Fri, 08 Aug 2003 17:50:32 -0700

 The quirk is not needed in -stable. Please close the pr.
 
 
 -- 
 Lev Walkin
 vlm@netli.com
 
State-Changed-From-To: feedback->closed 
State-Changed-By: njl 
State-Changed-When: Mon Aug 11 22:27:39 PDT 2003 
State-Changed-Why:  
The 6 byte code works thus this quirk is not needed.  Close the PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37405 
>Unformatted:
