Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive.
Submitted by: Brian Schellenberger <bts@babbleon.org>
This commit is contained in:
parent
9ef85ba087
commit
11a0034bc3
@ -264,13 +264,20 @@ 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
|
||||
},
|
||||
{
|
||||
{
|
||||
/*
|
||||
* Maxtor 3000LE USB Drive
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, "MAXTOR*", "K040H2*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* LaCie USB drive, among others
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, "Maxtor*", "D080H4*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
{T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
|
Loading…
Reference in New Issue
Block a user