diff --git a/cpp/devices/device_factory.h b/cpp/devices/device_factory.h index 7072980c..ff763884 100644 --- a/cpp/devices/device_factory.h +++ b/cpp/devices/device_factory.h @@ -44,7 +44,9 @@ private: { "hdr", SCRM }, { "mos", SCMO }, { "is1", SCCD }, - { "iso", SCCD } + { "iso", SCCD }, + { "cdr", SCCD }, + { "toast", SCCD } }; const inline static unordered_map> DEVICE_MAPPING = {