]> sigrok.org Git - libsigrok.git/commitdiff
lascar-el-usb: EL-USB-CO300 support
authorBert Vermeulen <redacted>
Sat, 15 Dec 2012 10:15:30 +0000 (11:15 +0100)
committerBert Vermeulen <redacted>
Sat, 15 Dec 2012 10:15:30 +0000 (11:15 +0100)
Works the same way as the EL-USB-CO, but with the more sensitive sensor,
so should work out of the box.

hardware/lascar-el-usb/protocol.c

index defbb5dfdf095fcb6f54dfc8a8cd96586825f447..52e8599cb3701ed14d14e8f45935dca727860f96 100644 (file)
@@ -40,7 +40,7 @@ static const struct elusb_profile profiles[] = {
        { 8, "EL-USB-LITE", LOG_UNSUPPORTED },
        { 9, "EL-USB-CO", LOG_CO },
        { 10, "EL-USB-TC", LOG_UNSUPPORTED },
-       { 11, "EL-USB-CO300", LOG_UNSUPPORTED },
+       { 11, "EL-USB-CO300", LOG_CO },
        { 12, "EL-USB-2-LCD", LOG_UNSUPPORTED },
        { 13, "EL-USB-2+", LOG_UNSUPPORTED },
        { 14, "EL-USB-1-PRO", LOG_UNSUPPORTED },