Add quirk for DIVA USB Mp3 Player.

PR:		kern/33638
Submitted by:	Olexander Kunytsa <kunia@x-telecom.net>
MFC after:	3 days
		(pending re's approval)
This commit is contained in:
Maxim Sobolev 2002-01-08 21:07:46 +00:00
parent 7be18016b5
commit 1fc3a4a25d

View File

@ -346,6 +346,14 @@ static struct da_quirk_entry da_quirk_table[] =
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*", "*"},
/*quirks*/ DA_Q_NO_6_BYTE
},
{
/*
* DIVA USB Mp3 Player.
* Doesn't work correctly with 6 byte reads/writes.
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "DIVA USB", "Media Reader","*"},
/*quirks*/ DA_Q_NO_6_BYTE
}
};