mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision:
it's 1.00 not 1.0. PR: usb/96546 Submitted by: Eugene Grosbein MFC after: 1 month
This commit is contained in:
parent
f6a60feb6c
commit
d5b851f626
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ static struct da_quirk_entry da_quirk_table[] =
|
|||
* PR: usb/96546
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "EM732X", "MP3 Player*",
|
||||
"1.0"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
"1.00"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue