Quirk for Sony USB disk-on-key device.
PR: kern/46386 Submitted by: dillon MFC after: 3 days
This commit is contained in:
parent
497c45b6e1
commit
ec693c0e79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109160
@ -428,6 +428,14 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Fujitsu", "Memorybird", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Sony USB Key-Storage
|
||||
* PR: kern/46386
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Storage Media", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user