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 | 0c20543835d6a0d1ff9744bdb0b56ee35cafd4b6 (patch) | |
tree | 0ec50e66cd7bfddee82d8c521c17355f61f9f1a8 /hwdb.d | |
parent | hwdb: add database entries for Focusrite Liquid Mix series (diff) | |
download | systemd-0c20543835d6a0d1ff9744bdb0b56ee35cafd4b6.tar.xz systemd-0c20543835d6a0d1ff9744bdb0b56ee35cafd4b6.zip |
hwdb: add database entries for TC Electronic PowerCore FireWire series
TC Electronic had PowerCore platform for products of digital audio signal
processing. This platform consists of NXP PowerQUICC II Processor with PCI
interface (XPC8245, MPC8245), Xilinx Spartan-II FPGA (XC2S50), and some
NXP 24-Bit Audio Digital Signal Processor (DSP56367). The products for
IEEE 1394 bus has additional TI OHCI 1.1, 1394a link layer controller
(TSB43AB23).
The content of configuration ROM has layout of standard of 1394 Trading
Association.
This commit adds database entries 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')
-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 a7e8a432ec..eaefc4ef88 100644 --- a/hwdb.d/80-ieee1394-unit-function.hwdb +++ b/hwdb.d/80-ieee1394-unit-function.hwdb @@ -1041,3 +1041,23 @@ ieee1394:ven0000130Emo00010200sp0000130Ever00000200 ID_VENDOR_FROM_DATABASE=Focusrite ID_MODEL_FROM_DATABASE=Liquid Mix 32 IEEE1394_UNIT_FUNCTION_AUDIO=1 + +# +# TC Electronic PowerCore series. +# +# Consists of NXP PowerQUICC II Processor with PCI interface (XPC8245, MPC8245), Texus Instruments +# OHCI 1.1, 1394a link layer controller (TSB43AB23). Xilinx Spartan-II FPGA (XC2S50), and some +# NXP 24-Bit Audio Digital Signal Processor (DSP56367). +# + +ieee1394:node:ven0x000166mo0x000001units0x00a02d:0x000000 +ieee1394:ven00000166mo00000001sp0000A02Dver00000000 + ID_VENDOR_FROM_DATABASE=TC Electronic + ID_MODEL_FROM_DATABASE=PowerCore FireWire + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x000166mo0x000002units0x00a02d:0x014000 +ieee1394:ven00000166mo00000002sp0000A02Dver00014000 + ID_VENDOR_FROM_DATABASE=TC Electronic + ID_MODEL_FROM_DATABASE=PowerCore Compact + IEEE1394_UNIT_FUNCTION_AUDIO=1 |