diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-04-07 04:49:22 +0200 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-04-07 04:49:22 +0200 |
commit | 41f2d0d393a4f8fb60c67c3d75951036586c0a86 (patch) | |
tree | fa81d46721ac50e31838160d39a557929f996c78 /hwdb.d/80-ieee1394-unit-function.hwdb | |
parent | hwdb: add database entries for Yamaha mLAN 2nd generation (diff) | |
download | systemd-41f2d0d393a4f8fb60c67c3d75951036586c0a86.tar.xz systemd-41f2d0d393a4f8fb60c67c3d75951036586c0a86.zip |
hwdb: add database entries for Yamaha mLAN 3rd generation
TC Applied Technologies designed DiceII ASIC to adapt to two protocols.
One of the protocol is mLAN defined by Yamaha Corporation, and another
is own protocol. The DiceII ASIC adapted to mLAN protocol was used some
products by Yamaha and its child company, Steinberg.
The content of configuration ROM for the models has completely different
layout from the one defined by 1394 Trading Association.
This commit adds an udev rule for the models. At present, no driver is
developed, thus this is just for convenience to developers.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'hwdb.d/80-ieee1394-unit-function.hwdb')
-rw-r--r-- | hwdb.d/80-ieee1394-unit-function.hwdb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hwdb.d/80-ieee1394-unit-function.hwdb b/hwdb.d/80-ieee1394-unit-function.hwdb index dd0677f9ae..13bd754563 100644 --- a/hwdb.d/80-ieee1394-unit-function.hwdb +++ b/hwdb.d/80-ieee1394-unit-function.hwdb @@ -1003,3 +1003,23 @@ ieee1394:ven0000A0DEmo00100007sp0000A0DEver00FFFFFF ID_MODEL_FROM_DATABASE=i88X IEEE1394_UNIT_FUNCTION_MIDI=1 IEEE1394_UNIT_FUNCTION_AUDIO=1 + +# +# Yamaha mLAN 3rd generation. +# +# DICE II ASIC is used with specific firmware. +# + +ieee1394:node:ven0x00a0demo0x100013units0x00a02d:0x000300 +ieee1394:ven0000A0DEmo00100013sp0000A02Dver00000300 + ID_VENDOR_FROM_DATABASE=Steinberg + ID_MODEL_FROM_DATABASE=MR816 + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x00a0demo0x100010units0x00a02d:0x000300 +ieee1394:ven0000A0DEmo00100010sp0000A02Dver00000300 + ID_VENDOR_FROM_DATABASE=Yamaha + ID_MODEL_FROM_DATABASE=n8 + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 |