mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Add support for the USB DISK Pro PMAP.
This patch has sit for 6 years in the PR database. PR: usb/96381 Submitted by: jhs Reviewed by: mav Approved by: cperciva (implicit) MFC after: 3 days
This commit is contained in:
parent
26aff2abad
commit
8b22e82143
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241580
@ -385,6 +385,15 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Kingston" , "DataTraveler II+",
|
||||
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* USB DISK Pro PMAP
|
||||
* Reported by: jhs
|
||||
* PR: usb/96381
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, " ", "USB DISK Pro", "PMAP"},
|
||||
/*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Motorola E398 Mobile Phone (TransFlash memory card).
|
||||
|
Loading…
Reference in New Issue
Block a user