From 41f2d0d393a4f8fb60c67c3d75951036586c0a86 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Wed, 7 Apr 2021 11:49:22 +0900 Subject: [PATCH] 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 --- hwdb.d/80-ieee1394-unit-function.hwdb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/hwdb.d/80-ieee1394-unit-function.hwdb b/hwdb.d/80-ieee1394-unit-function.hwdb index dd0677f9ae9..13bd754563b 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