Add DA_Q_NO_RC16 quirk for USB mass storage device.

PR:		198647
MFC after:	1 week
This commit is contained in:
hselasky 2015-03-25 13:28:13 +00:00
parent a3b9bb6c0e
commit 7eabd08386

View File

@ -1182,6 +1182,13 @@ static struct da_quirk_entry da_quirk_table[] =
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "Innostor", "Innostor*", "*" },
/*quirks*/DA_Q_NO_RC16
},
{
/*
* MX-ES USB Drive by Mach Xtreme
*/
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "MX", "MXUB3SES*", "*"},
/*quirks*/DA_Q_NO_RC16
},
};
static disk_strategy_t dastrategy;