>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.orig2010-05-27 01:17:22.0 +0900
+++ usbdevs 2010-05-30 05:51:35.0 +0900
@@ -400,6 +400,7 @@
vendor ALLIEDCABLE 0x07e6 Allied Cable
vendor STSN0x07ef STSN
vendor CENTURY 0x07f7 Century Corp
+vendor UNKNOWN50x07ff Unknown
vendor ZOOM0x0803 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 USR54230x0121 USR5423 WLAN
--- quirk/usb_quirk.c.orig 2010-05-14 02:18:48.0 +0900
+++ quirk/usb_quirk.c 2010-05-30 05:54:46.0 +0900
@@ -450,6 +450,7 @@
UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_SYNC_CACHE),
USB_QUIRK(ASUS, GMSC, 0x, 0x, UQ_MSC_NO_SYNC_CACHE),
USB_QUIRK(UNKNOWN4, USBMEMSTICK, 0x, 0x, UQ_MSC_NO_SYNC_CACHE),
+ USB_QUIRK(UNKNOWN5, USB2IDEBRIDGE, 0x, 0x,
UQ_MSC_NO_SYNC_CACHE),
};
#undef USB_QUIRK_VP
#undef USB_QUIRK
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"