Quirk for HP 315 USB Digital Camera

Submitted by:	Keith White <kwhite@uottawa.ca>
PR:		kern/41010

MFC after:	1 week
This commit is contained in:
Nate Lawson 2002-10-17 18:04:41 +00:00
parent 77cfe20dfa
commit 9dbcd1ae75
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105343

View File

@ -410,6 +410,14 @@ static struct da_quirk_entry da_quirk_table[] =
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "ZORAN", "COACH DSC","*"},
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},
{
/*
* HP 315 Digital Camera
* PR: kern/41010
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB Camera*", "*"},
/*quirks*/ DA_Q_NO_6_BYTE
}
};