summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2009-06-21 11:21:16 +0000
committerremko <remko@FreeBSD.org>2009-06-21 11:21:16 +0000
commit3b006b3918667037f262d7d9d30668323e7a9d16 (patch)
treee8c90e437946f2b06c41f8fd42f2998948a0f40d
parent9992cf9aeb5d9178333f32395b7e9015cb0c5fec (diff)
downloadFreeBSD-src-3b006b3918667037f262d7d9d30668323e7a9d16.zip
FreeBSD-src-3b006b3918667037f262d7d9d30668323e7a9d16.tar.gz
Add support for the Myson Heden 8813.
Note that I also added the usbdev to the list, because the 8813 version is not yet known there. I might have twisted the sorting there but because 8813 comes before 8818, I added it before that (with _8813 to differentiate) the item. PR: 135628 Submitted by: Yoshikazu GOTO <goto at on-link dot jp> Approved by: imp (mentor, implicit)
-rw-r--r--sys/dev/usb/storage/umass.c4
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c
index 02e60a4..8e5bf97 100644
--- a/sys/dev/usb/storage/umass.c
+++ b/sys/dev/usb/storage/umass.c
@@ -629,6 +629,10 @@ static const struct umass_devdescr umass_devdescr[] = {
UMASS_PROTO_DEFAULT,
IGNORE_RESIDUE | NO_SYNCHRONIZE_CACHE
},
+ {USB_VENDOR_MYSON, USB_PRODUCT_MYSON_HEDEN_8813, RID_WILDCARD,
+ UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
+ NO_SYNCHRONIZE_CACHE
+ },
{USB_VENDOR_MYSON, USB_PRODUCT_MYSON_STARREADER, RID_WILDCARD,
UMASS_PROTO_DEFAULT,
NO_SYNCHRONIZE_CACHE
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index a1218e5..39846c6 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1819,6 +1819,7 @@ product MSYSTEMS DISKONKEY 0x0010 DiskOnKey
product MSYSTEMS DISKONKEY2 0x0011 DiskOnKey
/* Myson products */
+product MYSON HEDEN_8813 0x8813 USB-IDE
product MYSON HEDEN 0x8818 USB-IDE
product MYSON STARREADER 0x9920 USB flash card adapter
OpenPOWER on IntegriCloud