Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.

Submitted by:	Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
This commit is contained in:
n_hibma 2001-01-08 00:32:51 +00:00
parent 5527ad9525
commit 2c49e670ca

View File

@ -243,6 +243,10 @@ static struct da_quirk_entry da_quirk_table[] =
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Sony DSC", "*"},
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},
{
{T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"},
/*quirks*/ DA_Q_NO_6_BYTE
}
};