mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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)
This commit is contained in:
parent
e40bae9a45
commit
2088cbe832
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194582
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user