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>
This commit is contained in:
Takashi Sakamoto 2021-04-07 11:49:22 +09:00
parent a90a6a9ae9
commit 41f2d0d393

View 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