summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-06-30 04:42:29 +0000
committerimp <imp@FreeBSD.org>2007-06-30 04:42:29 +0000
commit466898a61c5e51afeb7c5bc7fa170b394414ae1d (patch)
treeed18e2ed38baeb7ac0214603515517de839dc0f8 /sys
parent15c7da250e4f732963a664947e9d97cd288335d5 (diff)
downloadFreeBSD-src-466898a61c5e51afeb7c5bc7fa170b394414ae1d.zip
FreeBSD-src-466898a61c5e51afeb7c5bc7fa170b394414ae1d.tar.gz
Fix cheapy Myson USB-IDE adapter
Submitted by: Arno J. Klaassen PR: 88939 Approved by: re@ (blanket)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/umass.c4
-rw-r--r--sys/dev/usb/usbdevs3
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 23b9728..73ead07 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -420,6 +420,10 @@ static struct umass_devdescr_t umass_devdescrs[] = {
UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
NO_QUIRKS
},
+ { USB_VENDOR_MYSON, USB_PRODUCT_MYSON_HEDEN, RID_WILDCARD,
+ UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
+ NO_INQUIRY | IGNORE_RESIDUE
+ },
{ USB_VENDOR_NEODIO, USB_PRODUCT_NEODIO_ND3260, RID_WILDCARD,
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
FORCE_SHORT_INQUIRY
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index d8dead1..d8f4d1d 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1550,6 +1550,9 @@ product MUSTEK MDC800 0xa800 MDC-800 digital camera
product MSYSTEMS DISKONKEY 0x0010 DiskOnKey
product MSYSTEMS DISKONKEY2 0x0011 DiskOnKey
+/* Myson products */
+product MYSON HEDEN 0x8818 USB-IDE
+
/* National Semiconductor */
product NATIONAL BEARPAW1200 0x1000 BearPaw 1200
product NATIONAL BEARPAW2400 0x1001 BearPaw 2400
OpenPOWER on IntegriCloud