mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add a quirk entry for the Sony CLIE memory stick device. This will become
useful once ATAPI support is turned on in the umass driver.
This commit is contained in:
parent
06fec2cf89
commit
ba3b337964
1 changed files with 8 additions and 0 deletions
|
|
@ -234,6 +234,14 @@ static struct da_quirk_entry da_quirk_table[] =
|
|||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MS*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Sony Memory Stick adapter for the CLIE series
|
||||
* of PalmOS PDA's
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "CLIE*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Sony DSC cameras (DSC-S30, DSC-S50, DSC-S70)
|
||||
|
|
|
|||
Loading…
Reference in a new issue