Date: Tue, 23 Apr 2002 20:31:40 -0700 (PDT) From: Lev Walkin <vlm@lionet.info> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/37405: Support for Mitsumi USB Mouse with Memory Stick slot Message-ID: <200204240331.g3O3Vek66008@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 37405
>Category: kern
>Synopsis: Support for Mitsumi USB Mouse with Memory Stick slot
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 23 20:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200204240331.g3O3Vek66008>
