diff --git a/src/hw_ostc3.c b/src/hw_ostc3.c index 170aa30..4ec278d 100644 --- a/src/hw_ostc3.c +++ b/src/hw_ostc3.c @@ -1715,6 +1715,10 @@ hw_ostc3_device_dump (dc_device_t *abstract, dc_buffer_t *buffer) return rc; } + if (device->hardware == OSTC4) { + return DC_STATUS_UNSUPPORTED; + } + // Emit a device info event. dc_event_devinfo_t devinfo; devinfo.firmware = device->firmware;