Add quirk for EasyMP3 EM732X usb 2.0 flash mp3 player.

(It appears that the quirk proceedures link has disappeared and that
this PR complied with it, if there's a problem, please contact me).

PR: usb/96546
This commit is contained in:
Warner Losh 2007-01-22 04:34:03 +00:00
parent c2175ff5ca
commit d5f2a6f556

View File

@ -466,6 +466,14 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "X-Micro", "Flash Disk",
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
{
/*
* EasyMP3 EM732X USB 2.0 Flash MP3 Player
* PR: usb/96546
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "*", "MP3 Player*",
"1.0"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
};
static disk_strategy_t dastrategy;