usb/147196: [Patch] Please add a USB-HDD to usb_quirk.c and usbdevs

Yoshikazu GOTO goto at on-link.jp
Sat May 29 21:10:07 UTC 2010


>Number:         147196
>Category:       usb
>Synopsis:       [Patch] Please add a USB-HDD to usb_quirk.c and usbdevs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 21:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Yoshikazu GOTO
>Release:        FreeBSD-current
>Organization:
none
>Environment:
>Description:
I would like to use a USB Mass Storage Device. Please add one entry to
usb_quirk.c and usbdevs.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- usbdevs.orig	2010-05-27 01:17:22.000000000 +0900
+++ usbdevs	2010-05-30 05:51:35.000000000 +0900
@@ -400,6 +400,7 @@
 vendor ALLIEDCABLE	0x07e6	Allied Cable
 vendor STSN		0x07ef	STSN
 vendor CENTURY		0x07f7	Century Corp
+vendor UNKNOWN5		0x07ff	Unknown
 vendor ZOOM		0x0803	Zoom Telephonics
 vendor PCS		0x0810	Personal Communication Systems
 vendor ALPHASMART	0x081e	AlphaSmart, Inc.
@@ -3045,6 +3046,9 @@
 /* Unknown vendors */
 product UNKNOWN4 USBMEMSTICK	0x6025	Flash Disk CBM
 
+/* Unknown vendors */
+product UNKNOWN5 USB2IDEBRIDGE	0x00ff	USB 2.0 ATA/SATA Bridge
+
 /* U.S. Robotics products */
 product USR USR5423		0x0121	USR5423 WLAN
 
--- quirk/usb_quirk.c.orig	2010-05-14 02:18:48.000000000 +0900
+++ quirk/usb_quirk.c	2010-05-30 05:54:46.000000000 +0900
@@ -450,6 +450,7 @@
 	    UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK(ASUS, GMSC, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK(UNKNOWN4, USBMEMSTICK, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
+	USB_QUIRK(UNKNOWN5, USB2IDEBRIDGE, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
 };
 #undef USB_QUIRK_VP
 #undef USB_QUIRK


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list