mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Quirk for Neuros USB audio device.
PR: kern/63645 Submitted by: Aron Stansvik <elvstone@osdever.net>
This commit is contained in:
parent
f0674822a7
commit
d5ed156998
1 changed files with 8 additions and 0 deletions
|
|
@ -286,6 +286,14 @@ static struct da_quirk_entry da_quirk_table[] =
|
|||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "SigmaTel", "MSCN", "*"},
|
||||
/*quirks*/ DA_Q_NO_SYNC_CACHE|DA_Q_NO_PREVENT
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Neuros USB Digital Audio Computer
|
||||
* PR: kern/63645
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "NEUROS", "dig. audio comp.",
|
||||
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
};
|
||||
|
||||
static disk_strategy_t dastrategy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue