mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83657
@ -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 New Issue
Block a user