mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Quirk for SanDisk ImageMate II compact flash reader
PR: kern/47877 Submitted by: Mike Durian <durian@boogie.com> MFC after: 3 days
This commit is contained in:
parent
2a7e0bee37
commit
bdc321a648
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112076
@ -453,6 +453,14 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE,
|
||||
"PENTAX", "DIGITAL_CAMERA", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* SanDisk ImageMate II compact flash
|
||||
* PR: kern/47877
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "SanDisk", "ImageMate*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user