]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: add database entries for Yamaha mLAN 3rd generation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 7 Apr 2021 02:49:22 +0000 (11:49 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 7 Apr 2021 02:49:22 +0000 (11:49 +0900)
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>
hwdb.d/80-ieee1394-unit-function.hwdb

index dd0677f9ae93fe13dfd23af4c76f0804b8aade3c..13bd754563b30746049ac2144434ceeb8862add9 100644 (file)
@@ -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