add el4134 support

This commit is contained in:
Sascha Ittner
2019-10-14 10:11:57 +02:00
parent 6b7c4e6235
commit 1a21b14c33
4 changed files with 5 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ static const lcec_typelist_t types[] = {
// analog out, 4ch, 16 bits
{ lcecSlaveTypeEL4104, LCEC_EL41x2_VID, LCEC_EL4104_PID, LCEC_EL41x4_PDOS, lcec_el41x2_init},
{ lcecSlaveTypeEL4134, LCEC_EL41x2_VID, LCEC_EL4134_PID, LCEC_EL41x4_PDOS, lcec_el41x2_init},
// analog out, 8ch, 12 bits
{ lcecSlaveTypeEL4008, LCEC_EL40x8_VID, LCEC_EL4008_PID, LCEC_EL40x8_PDOS, lcec_el40x8_init},