Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)
PR: kern/57050 Submitted by: Brian J. McGovern <mcgovern@beta.com>
This commit is contained in:
parent
186939d1f5
commit
1e295bfbe0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123633
@ -358,6 +358,10 @@ Static struct umass_devdescr_t umass_devdescrs[] = {
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
IGNORE_RESIDUE | NO_GETMAXLUN | RS_NO_CLEAR_UA
|
||||
},
|
||||
{ USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY2, RID_WILDCARD,
|
||||
UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
|
||||
NO_QUIRKS
|
||||
},
|
||||
{ USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C1, RID_WILDCARD,
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
WRONG_CSWSIG
|
||||
|
@ -944,6 +944,7 @@ product MUSTEK MDC800 0xa800 MDC-800 digital camera
|
||||
|
||||
/* M-Systems products */
|
||||
product MSYSTEMS DISKONKEY 0x0010 DiskOnKey
|
||||
product MSYSTEMS DISKONKEY2 0x0011 DiskOnKey
|
||||
|
||||
/* National Semiconductor */
|
||||
product NATIONAL BEARPAW1200 0x1000 BearPaw 1200
|
||||
|
Loading…
Reference in New Issue
Block a user