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 | a90a6a9ae9f871092f3285a5ae3256db15174e5f (patch) | |
tree | 11b7d9ce64187b9107f4fd510d791bcbea0225df | |
parent | hwdb: add database entries for RME Fireface series (diff) | |
download | systemd-a90a6a9ae9f871092f3285a5ae3256db15174e5f.tar.xz systemd-a90a6a9ae9f871092f3285a5ae3256db15174e5f.zip |
hwdb: add database entries for Yamaha mLAN 2nd generation
Yamaha Corporation designed mLAN protocol based on IEEE 1394
specification. Yamaha developed specific ICs for the purpose (mLAN-NC1
and mLAN-PH2), and shipped some products with them, as well as OEM.
The content of configuration ROM is completely different from standard
layout defined by 1394 Trading Association.
This commit adds database entries for the models. At present, two vendors
are known for models with mLAN IC. At present, no driver is developed
for the models, thus this is just for convenience to developers.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r-- | hwdb.d/80-ieee1394-unit-function.hwdb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/hwdb.d/80-ieee1394-unit-function.hwdb b/hwdb.d/80-ieee1394-unit-function.hwdb index 44420e6461..dd0677f9ae 100644 --- a/hwdb.d/80-ieee1394-unit-function.hwdb +++ b/hwdb.d/80-ieee1394-unit-function.hwdb @@ -976,3 +976,30 @@ ieee1394:ven00000A35mo00101800sp00000A35ver00000005 ID_MODEL_FROM_DATABASE=Fireface 802 IEEE1394_UNIT_FUNCTION_MIDI=1 IEEE1394_UNIT_FUNCTION_AUDIO=1 + +# +# Yamaha mLAN 2nd generation. +# +# The combination of Yamaha mLAN-NC1, Yamaha mLAN-PH2, and Fujifilm PHY MD8408B. +# + +ieee1394:node:ven0x000a92mo0x000000units0x00a0de:0xffffff +ieee1394:ven00000A92mo00000000sp0000A0DEver00FFFFFF + ID_VENDOR_FROM_DATABASE=PreSonus + ID_MODEL_FROM_DATABASE=FIREStation + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x00a0demo0x100005units0x00a0de:0xffffff +ieee1394:ven0000A0DEmo00100005sp0000A0DEver00FFFFFF + ID_VENDOR_FROM_DATABASE=Yamaha + ID_MODEL_FROM_DATABASE=01X + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x00a0demo0x100007units0x00a0de:0xffffff +ieee1394:ven0000A0DEmo00100007sp0000A0DEver00FFFFFF + ID_VENDOR_FROM_DATABASE=Yamaha + ID_MODEL_FROM_DATABASE=i88X + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 |